summaryrefslogtreecommitdiff
path: root/src/screen.c
diff options
context:
space:
mode:
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 &&