diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-07-10 06:59:39 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-07-10 06:59:39 +0000 |
| commit | 4736c257a54409bf3b0ef0d803da650c71684dee (patch) | |
| tree | 5dd89a4e8de94302f16d23a072f8b8bcfbe61613 /openbox/screen.c | |
| parent | ad45ecb6e3cf6166077c896d43c87cba09caa570 (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.c | 2 |
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 { |
