浏览代码

Fix use of undeclared constant

Camilla Berglund 9 年之前
父节点
当前提交
c56af32bb7
共有 1 个文件被更改,包括 1 次插入2 次删除
  1. 1 2
      src/wl_window.c

+ 1 - 2
src/wl_window.c

@@ -80,8 +80,7 @@ static void checkScaleChange(_GLFWwindow* window)
     int monitorScale;
 
     // Check if we will be able to set the buffer scale or not.
-    if (_glfw.wl.wl_compositor_version <
-        WL_SURFACE_SET_BUFFER_SCALE_SINCE_VERSION)
+    if (_glfw.wl.wl_compositor_version < 3)
         return;
 
     // Get the scale factor from the highest scale monitor.