mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-28 06:21:14 +00:00
Merge branch 'matthiasc/for-master' into 'master'
windowhandle: Quiet a compiler warning See merge request GNOME/gtk!3868
This commit is contained in:
commit
df8f75bb8f
@ -343,7 +343,7 @@ perform_titlebar_action (GtkWindowHandle *self,
|
||||
gesture = GDK_TITLEBAR_GESTURE_RIGHT_CLICK;
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
if (gdk_toplevel_titlebar_gesture (GDK_TOPLEVEL (surface), gesture))
|
||||
|
@ -1 +1 @@
|
||||
invalid5.ui:3:1 Required GTK version 5.10, current version is 4.4
|
||||
invalid5.ui:3:1 Required GTK version 5.10, current version is 4.5
|
||||
|
Loading…
Reference in New Issue
Block a user