aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJohn Hawthorn <jhawthor@uvic.ca>2008-05-14 21:41:20 -0700
committerJohn Hawthorn <jhawthor@uvic.ca>2008-05-14 21:41:20 -0700
commita85e1645a3e44851251548d37c137ff4beadce3b (patch)
tree55b0667497013030c2a68b724e4e121a054ed83d /src
parent7a68eb750b334031b9c0cd29b6aff0d46734e23a (diff)
downloadmirror-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.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.c b/src/main.c
index b4ce5ce..6250066 100644
--- a/src/main.c
+++ b/src/main.c
@@ -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: