forked from AuroraMiddleware/gtk
windowhandle: Quiet a compiler warning
gesture was left uninitialized in the default case.
This commit is contained in:
parent
5444f604cb
commit
7be3c2974a
@ -343,7 +343,7 @@ perform_titlebar_action (GtkWindowHandle *self,
|
|||||||
gesture = GDK_TITLEBAR_GESTURE_RIGHT_CLICK;
|
gesture = GDK_TITLEBAR_GESTURE_RIGHT_CLICK;
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
break;
|
return FALSE;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (gdk_toplevel_titlebar_gesture (GDK_TOPLEVEL (surface), gesture))
|
if (gdk_toplevel_titlebar_gesture (GDK_TOPLEVEL (surface), gesture))
|
||||||
|
Loading…
Reference in New Issue
Block a user