From 68a9a4c4fc2a8d0afd4d2bfc2f207165a209f79f Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Sat, 5 May 2007 19:17:46 +0000 Subject: some changes to ConfigureRequest, based on what I found in FVWM. fix those stupid applications from moving accross the screen by the size of their decorations. --- openbox/openbox.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'openbox/openbox.c') diff --git a/openbox/openbox.c b/openbox/openbox.c index 832c2329..2cd8958f 100644 --- a/openbox/openbox.c +++ b/openbox/openbox.c @@ -441,8 +441,10 @@ static void parse_args(gint argc, gchar **argv) xsync = TRUE; } else if (!strcmp(argv[i], "--debug")) { ob_debug_show_output(TRUE); + ob_debug_enable(OB_DEBUG_APP_BUGS, TRUE); } else if (!strcmp(argv[i], "--debug-focus")) { ob_debug_show_output(TRUE); + ob_debug_enable(OB_DEBUG_APP_BUGS, TRUE); ob_debug_enable(OB_DEBUG_FOCUS, TRUE); } else if (!strcmp(argv[i], "--reconfigure")) { remote_control = 1; -- cgit v1.2.3