mirror of
https://github.com/brl/mutter.git
synced 2024-11-21 15:40:41 -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;
|
||||
Window window;
|
||||
XIEvent *xev;
|
||||
XIDeviceEvent *xev_d;
|
||||
XIEnterEvent *xev_e;
|
||||
XIDeviceEvent *xev_d = NULL;
|
||||
XIEnterEvent *xev_e = NULL;
|
||||
|
||||
if (!is_input_event (xevent))
|
||||
return FALSE;
|
||||
|
Loading…
Reference in New Issue
Block a user