Merge branch 'matthiasc/for-master' into 'master'

windowhandle: Quiet a compiler warning

See merge request GNOME/gtk!3868
This commit is contained in:
Matthias Clasen 2021-08-22 19:28:01 +00:00
commit df8f75bb8f
2 changed files with 2 additions and 2 deletions

View File

@ -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))

View File

@ -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