diff options
| author | Christoph Lohmann <20h@r-36.net> | 2013-01-20 17:13:48 +0100 |
|---|---|---|
| committer | Christoph Lohmann <20h@r-36.net> | 2013-01-20 17:13:48 +0100 |
| commit | deb720af7fe480b03c881818e79164817ce6f85f (patch) | |
| tree | d4e491d9c8d5074d6730708d199a18549c75729c /st.c | |
| parent | 57f39defaf3f84b5d9efb3e7a8494cc7ff09e7af (diff) | |
| download | st-deb720af7fe480b03c881818e79164817ce6f85f.tar.gz st-deb720af7fe480b03c881818e79164817ce6f85f.zip | |
Removing the debug messages again.
Diffstat (limited to 'st.c')
| -rw-r--r-- | st.c | 2 |
1 files changed, 0 insertions, 2 deletions
| @@ -844,7 +844,6 @@ xsetsel(char *str) { | |||
| 844 | 844 | ||
| 845 | void | 845 | void |
| 846 | brelease(XEvent *e) { | 846 | brelease(XEvent *e) { |
| 847 | fprintf(stderr, "brelease\n"); | ||
| 848 | struct timeval now; | 847 | struct timeval now; |
| 849 | 848 | ||
| 850 | if(IS_SET(MODE_MOUSE)) { | 849 | if(IS_SET(MODE_MOUSE)) { |
| @@ -3175,7 +3174,6 @@ run(void) { | |||
| 3175 | XNextEvent(xw.dpy, &ev); | 3174 | XNextEvent(xw.dpy, &ev); |
| 3176 | if(XFilterEvent(&ev, None)) | 3175 | if(XFilterEvent(&ev, None)) |
| 3177 | continue; | 3176 | continue; |
| 3178 | fprintf(stderr, "ev.type = %d\n", ev.type); | ||
| 3179 | if(handler[ev.type]) | 3177 | if(handler[ev.type]) |
| 3180 | (handler[ev.type])(&ev); | 3178 | (handler[ev.type])(&ev); |
| 3181 | } | 3179 | } |
