summaryrefslogtreecommitdiff
path: root/src/manage.c
diff options
context:
space:
mode:
authorsabetts <sabetts>2002-01-24 04:58:38 +0000
committersabetts <sabetts>2002-01-24 04:58:38 +0000
commit6d3fb32f4c38bc9a49a198a0724f371ae7bc2862 (patch)
treef8b1d81b51192327272eca6d1b61bc6fb2996f43 /src/manage.c
parent159f215b904cd6db22ce3726413462a7c1499ac5 (diff)
downloadratpoison-6d3fb32f4c38bc9a49a198a0724f371ae7bc2862.zip
* src/events.c (configure_notify): remove function
(delegate_event): add ConfigureNotify to the ignored events list. * src/manage.c (update_normal_hints): improve debugging output.
Diffstat (limited to 'src/manage.c')
-rw-r--r--src/manage.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/manage.c b/src/manage.c
index 20356c3..f1ac058 100644
--- a/src/manage.c
+++ b/src/manage.c
@@ -84,7 +84,9 @@ update_normal_hints (rp_window *win)
PRINT_DEBUG ("maxx: %d maxy: %d ", win->hints->max_width, win->hints->max_height);
if (win->hints->flags & PResizeInc)
- PRINT_DEBUG ("incx: %d incy: %d\n", win->hints->width_inc, win->hints->height_inc);
+ PRINT_DEBUG ("incx: %d incy: %d", win->hints->width_inc, win->hints->height_inc);
+
+ PRINT_DEBUG ("\n");
#endif
}