summaryrefslogtreecommitdiff
path: root/src/screen.c
diff options
context:
space:
mode:
authorJérémie Courrèges-Anglas <jca@wxcvbn.org>2016-11-23 09:24:58 +0100
committerJérémie Courrèges-Anglas <jca@wxcvbn.org>2016-11-23 09:24:58 +0100
commit47c2bee92a15b4eb953e5b2b63f08d38ab245ac4 (patch)
tree3b548fad010870cc65e04417d0dba78914f09212 /src/screen.c
parent02b2628422648c7f3f0f82441256fe15b623a723 (diff)
downloadratpoison-47c2bee92a15b4eb953e5b2b63f08d38ab245ac4.zip
Sprinkle more debug in xrandr code.
Diffstat (limited to 'src/screen.c')
-rw-r--r--src/screen.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/screen.c b/src/screen.c
index 7224f57..115aeca 100644
--- a/src/screen.c
+++ b/src/screen.c
@@ -531,7 +531,8 @@ screen_update (rp_screen *s, int left, int top, int width, int height)
rp_frame *f;
int oldwidth, oldheight;
- PRINT_DEBUG (("screen_update(%d,%d)\n", width, height));
+ PRINT_DEBUG (("screen_update (left=%d, top=%d, width=%d, height=%d)\n",
+ left, top, width, height));
if (s->width == width &&
s->height == height &&