diff options
| author | Anselm R. Garbe <garbeam@wmii.de> | 2006-07-15 12:11:14 -0400 |
|---|---|---|
| committer | Anselm R. Garbe <garbeam@wmii.de> | 2006-07-15 12:11:14 -0400 |
| commit | f60c597d653bd7eab6c620fc53d732ca75f6a880 (patch) | |
| tree | d7cc81bf3fbcea4b5c68b6d568fcb3fae6d5588b /event.c | |
| parent | sanitized other stuff (diff) | |
| download | dwm-f60c597d653bd7eab6c620fc53d732ca75f6a880.tar.gz dwm-f60c597d653bd7eab6c620fc53d732ca75f6a880.tar.bz2 dwm-f60c597d653bd7eab6c620fc53d732ca75f6a880.zip | |
changing XFlush into XSync
Diffstat (limited to '')
| -rw-r--r-- | event.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -128,7 +128,7 @@ buttonpress(XEvent *e) Client *c; if(barwin == ev->window) { - x = (arrange == dofloat) ? textw("~") : 0; + x = 0; for(a.i = 0; a.i < TLast; a.i++) { x += textw(tags[a.i]); if(ev->x < x) { |
