Remove another FIXME

This commit is contained in:
Pierre Pronchery 2018-04-21 22:43:43 +02:00
parent cf3cea7985
commit e3e28e8f44

View File

@ -142,7 +142,7 @@ int desktop_message_send(char const * destination, uint32_t value1,
gdk_error_trap_push();
XSendEvent(gdk_x11_get_default_xdisplay(),
gdk_x11_get_default_root_xwindow(), False,
StructureNotifyMask | /* FIXME check the mask */
StructureNotifyMask | /* XXX check the mask */
SubstructureNotifyMask | SubstructureRedirectMask,
&xev);
return (gdk_error_trap_pop() == 0) ? 0 : -1;