diff options
Diffstat (limited to 'libX11/src/NextEvent.c')
-rw-r--r-- | libX11/src/NextEvent.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libX11/src/NextEvent.c b/libX11/src/NextEvent.c index 63032345c..d4f72e773 100644 --- a/libX11/src/NextEvent.c +++ b/libX11/src/NextEvent.c @@ -32,7 +32,7 @@ in this Software without prior written authorization from The Open Group. #endif #include "Xlibint.h" -/* +/* * Return next event in queue, or if none, flush output and wait for * events. */ @@ -43,9 +43,9 @@ XNextEvent ( register XEvent *event) { register _XQEvent *qelt; - + LockDisplay(dpy); - + if (dpy->head == NULL) _XReadEvents(dpy); qelt = dpy->head; |