Remove unnecessary use of deprecated gdk_flush()

master
Kim Woelders 6 years ago
parent f948dd63b8
commit abf858b222
  1. 2
      ipc.c

@ -261,8 +261,6 @@ CommsFindCommsWindow(void)
&duint, &duint, &duint, &duint))
return None;
gdk_flush();
s = NULL;
XGetWindowProperty(gdk_x11_get_default_xdisplay(), win, a, 0,
14, False, AnyPropertyType, &ar, &format,

Loading…
Cancel
Save