[gtk+/gtk-3-22] wayland: Handle scale 3 for cursors



commit a41e0ce4a4990da9b9ed8bcd7393a4b6e23f8eb0
Author: Matthias Clasen <mclasen redhat com>
Date:   Sun Dec 17 16:41:00 2017 -0500

    wayland: Handle scale 3 for cursors
    
    This is just a bandaid solution to make scale 3 work.
    If people seriously want to go for scales larger than
    that, we need a better solution.

 gdk/wayland/gdkdisplay-wayland.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gdk/wayland/gdkdisplay-wayland.h b/gdk/wayland/gdkdisplay-wayland.h
index 9b15557..61ac7a4 100644
--- a/gdk/wayland/gdkdisplay-wayland.h
+++ b/gdk/wayland/gdkdisplay-wayland.h
@@ -46,7 +46,7 @@
 
 G_BEGIN_DECLS
 
-#define GDK_WAYLAND_MAX_THEME_SCALE 2
+#define GDK_WAYLAND_MAX_THEME_SCALE 3
 #define GDK_WAYLAND_THEME_SCALES_COUNT GDK_WAYLAND_MAX_THEME_SCALE
 
 #define GDK_ZWP_POINTER_GESTURES_V1_VERSION 1


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]