diff options
| author | Dana Jansens <danakj@orodu.net> | 2007-05-05 19:17:46 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2007-05-05 19:17:46 +0000 |
| commit | 68a9a4c4fc2a8d0afd4d2bfc2f207165a209f79f (patch) | |
| tree | 381a0a13ea9429243f89b9a3d57273c2ec681650 /openbox/openbox.c | |
| parent | 97ffe20f7e3f1031df0853ed9488104a66e2852e (diff) | |
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.
Diffstat (limited to 'openbox/openbox.c')
| -rw-r--r-- | openbox/openbox.c | 2 |
1 files changed, 2 insertions, 0 deletions
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; |
