wayland: Stop capping cursor scales
We don't load entire themes anymore, so we can easily accomodate larger cursor scales now.
This commit is contained in:
@@ -162,8 +162,6 @@ _gdk_wayland_cursor_get_buffer (GdkWaylandDisplay *display,
|
||||
int *height,
|
||||
int *scale)
|
||||
{
|
||||
desired_scale = MIN (desired_scale, GDK_WAYLAND_MAX_THEME_SCALE);
|
||||
|
||||
if (gdk_cursor_get_name (cursor))
|
||||
{
|
||||
struct wl_cursor *c;
|
||||
|
||||
@@ -50,9 +50,6 @@
|
||||
|
||||
G_BEGIN_DECLS
|
||||
|
||||
#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
|
||||
|
||||
typedef struct _GdkWaylandSelection GdkWaylandSelection;
|
||||
|
||||
Reference in New Issue
Block a user