~ctwm/ctwm/trunk

« back to all changes in this revision

Viewing changes to events.c

  • Committer: Matthew Fuller
  • Date: 2016-08-11 10:08:17 UTC
  • mto: This revision was merged to the branch mainline in revision 512.
  • Revision ID: fullermd@over-yonder.net-20160811100817-06pf2ccgic5ykv0a
Brace these 1- (or 0-, depending on how you count) loops while I'm
touching them.

Show diffs side-by-side

added added

removed removed

Lines of Context:
4471
4471
{
4472
4472
        XEvent dummy;
4473
4473
 
4474
 
        while(XCheckTypedWindowEvent(dpy, w, Expose, &dummy))
 
4474
        while(XCheckTypedWindowEvent(dpy, w, Expose, &dummy)) {
4475
4475
                /* nada */;
 
4476
        }
4476
4477
}
4477
4478
 
4478
4479