Fix GTK_CHECK_VERSION for GdkSeat (GTK 3.20.0 instead of 3.2.0)
This commit is contained in:
parent
3a32b34004
commit
e263bb5510
1 changed files with 1 additions and 1 deletions
|
|
@ -170,7 +170,7 @@ timer_cb (EyesPlugin *eyes)
|
|||
GdkWindow *window;
|
||||
GdkDevice *mouse_device;
|
||||
|
||||
#if GTK_CHECK_VERSION (3,2,0)
|
||||
#if GTK_CHECK_VERSION (3,20,0)
|
||||
GdkSeat *seat = gdk_display_get_default_seat (gdk_display_get_default ());
|
||||
mouse_device = gdk_seat_get_pointer (seat);
|
||||
#else
|
||||
|
|
|
|||
Reference in a new issue