diff options
author | John Hawthorn <jhawthor@uvic.ca> | 2008-05-14 21:41:20 -0700 |
---|---|---|
committer | John Hawthorn <jhawthor@uvic.ca> | 2008-05-14 21:41:20 -0700 |
commit | a85e1645a3e44851251548d37c137ff4beadce3b (patch) | |
tree | 55b0667497013030c2a68b724e4e121a054ed83d /src | |
parent | 7a68eb750b334031b9c0cd29b6aff0d46734e23a (diff) | |
download | mirror-meh-a85e1645a3e44851251548d37c137ff4beadce3b.tar.gz mirror-meh-a85e1645a3e44851251548d37c137ff4beadce3b.tar.bz2 mirror-meh-a85e1645a3e44851251548d37c137ff4beadce3b.zip |
added debugging for expose events
Diffstat (limited to 'src')
-rw-r--r-- | src/main.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -151,6 +151,7 @@ void run(char *images[], int length){ } break; case Expose: + printf("Expose(%i)\n", event.xexpose.count); redraw = 1; break; case KeyPress: |