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/debug.h | |
| 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/debug.h')
| -rw-r--r-- | openbox/debug.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/openbox/debug.h b/openbox/debug.h index 2b907ebf..a38ae75b 100644 --- a/openbox/debug.h +++ b/openbox/debug.h @@ -27,6 +27,7 @@ void ob_debug(const gchar *a, ...); typedef enum { OB_DEBUG_FOCUS, + OB_DEBUG_APP_BUGS, OB_DEBUG_TYPE_NUM } ObDebugType; |
