[gtk+] wayland: Handle scale 3 for cursors



commit 08c699c745fab6f872390760b4ba8aa7b3e9da48
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 ec1d486..5b0fa79 100644
--- a/gdk/wayland/gdkdisplay-wayland.h
+++ b/gdk/wayland/gdkdisplay-wayland.h
@@ -48,7 +48,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]