This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project gfxprim.git.
The branch, master has been updated via 61678e75ea1a079599578d9590e50bdd6740def4 (commit) from f7a7118fd7ba106dfcc1eb7bbff7aed723f0d6f0 (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- http://repo.or.cz/w/gfxprim.git/commit/61678e75ea1a079599578d9590e50bdd6740d...
commit 61678e75ea1a079599578d9590e50bdd6740def4 Author: Cyril Hrubis metan@ucw.cz Date: Thu Dec 20 17:47:46 2012 +0100
libs: backends: GP_X11: Add XFlush() after BackendUdate().
diff --git a/libs/backends/GP_X11.c b/libs/backends/GP_X11.c index aaa363f..33a0666 100644 --- a/libs/backends/GP_X11.c +++ b/libs/backends/GP_X11.c @@ -129,6 +129,8 @@ static void x11_flip(GP_Backend *self) XPutImage(x11->dpy, x11->win, DefaultGC(x11->dpy, x11->scr), x11->img, 0, 0, 0, 0, w, h); + XFlush(x11->dpy); + XUnlockDisplay(x11->dpy); }
-----------------------------------------------------------------------
Summary of changes: libs/backends/GP_X11.c | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-)
repo.or.cz automatic notification. Contact project admin jiri.bluebear.dluhos@gmail.com if you want to unsubscribe, or site admin admin@repo.or.cz if you receive no reply.