Remove another FIXME
This commit is contained in:
parent
cf3cea7985
commit
e3e28e8f44
|
@ -142,7 +142,7 @@ int desktop_message_send(char const * destination, uint32_t value1,
|
||||||
gdk_error_trap_push();
|
gdk_error_trap_push();
|
||||||
XSendEvent(gdk_x11_get_default_xdisplay(),
|
XSendEvent(gdk_x11_get_default_xdisplay(),
|
||||||
gdk_x11_get_default_root_xwindow(), False,
|
gdk_x11_get_default_root_xwindow(), False,
|
||||||
StructureNotifyMask | /* FIXME check the mask */
|
StructureNotifyMask | /* XXX check the mask */
|
||||||
SubstructureNotifyMask | SubstructureRedirectMask,
|
SubstructureNotifyMask | SubstructureRedirectMask,
|
||||||
&xev);
|
&xev);
|
||||||
return (gdk_error_trap_pop() == 0) ? 0 : -1;
|
return (gdk_error_trap_pop() == 0) ? 0 : -1;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user