summaryrefslogtreecommitdiff
path: root/openbox/screen.c
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-07-10 06:59:39 +0000
committerDana Jansens <danakj@orodu.net>2003-07-10 06:59:39 +0000
commit4736c257a54409bf3b0ef0d803da650c71684dee (patch)
tree5dd89a4e8de94302f16d23a072f8b8bcfbe61613 /openbox/screen.c
parentad45ecb6e3cf6166077c896d43c87cba09caa570 (diff)
prefix and capitalize some more constants/enums in client.h (Function -> ObFunctions and WindowType -> ObClientType)
Diffstat (limited to 'openbox/screen.c')
-rw-r--r--openbox/screen.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbox/screen.c b/openbox/screen.c
index 11d5ae13..c9b05a51 100644
--- a/openbox/screen.c
+++ b/openbox/screen.c
@@ -485,7 +485,7 @@ void screen_show_desktop(gboolean show)
if (show) {
/* focus desktop */
for (it = focus_order[screen_desktop]; it; it = it->next)
- if (((ObClient*)it->data)->type == Type_Desktop &&
+ if (((ObClient*)it->data)->type == OB_CLIENT_TYPE_DESKTOP &&
client_focus(it->data))
break;
} else {