kwo pushed a commit to branch master. http://git.enlightenment.org/e16/e16-keyedit.git/commit/?id=abf858b222d46e97fc9c3107ec055e7c22bb3946
commit abf858b222d46e97fc9c3107ec055e7c22bb3946 Author: Kim Woelders <[email protected]> Date: Sun May 20 19:12:15 2018 +0200 Remove unnecessary use of deprecated gdk_flush() --- ipc.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/ipc.c b/ipc.c index a1e91b6..be4e33a 100644 --- a/ipc.c +++ b/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, --
