mirror of
https://github.com/brl/mutter.git
synced 2024-11-25 01:20:42 -05:00
ui: Suppress warnings from -Werror=maybe-uninitialized
This commit is contained in:
parent
90cf43da9f
commit
b9f775fe02
@ -116,8 +116,8 @@ maybe_redirect_mouse_event (XEvent *xevent)
|
|||||||
GdkWindow *gdk_window;
|
GdkWindow *gdk_window;
|
||||||
Window window;
|
Window window;
|
||||||
XIEvent *xev;
|
XIEvent *xev;
|
||||||
XIDeviceEvent *xev_d;
|
XIDeviceEvent *xev_d = NULL;
|
||||||
XIEnterEvent *xev_e;
|
XIEnterEvent *xev_e = NULL;
|
||||||
|
|
||||||
if (!is_input_event (xevent))
|
if (!is_input_event (xevent))
|
||||||
return FALSE;
|
return FALSE;
|
||||||
|
Loading…
Reference in New Issue
Block a user