浏览代码

libobs: Do not hide OBS_NIX_PLATFORM_WAYLAND behind ifdef

Really no reason to make it so this value can't be used.

Fixes obsproject/obs-studio#9454
Lain 2 年之前
父节点
当前提交
867938cd9d
共有 1 个文件被更改,包括 0 次插入3 次删除
  1. 0 3
      libobs/obs-nix-platform.h

+ 0 - 3
libobs/obs-nix-platform.h

@@ -26,10 +26,7 @@ extern "C" {
 enum obs_nix_platform_type {
 	OBS_NIX_PLATFORM_X11_GLX OBS_DEPRECATED,
 	OBS_NIX_PLATFORM_X11_EGL,
-#ifdef ENABLE_WAYLAND
 	OBS_NIX_PLATFORM_WAYLAND,
-#endif
-
 };
 
 /**