From 4736c257a54409bf3b0ef0d803da650c71684dee Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Thu, 10 Jul 2003 06:59:39 +0000 Subject: prefix and capitalize some more constants/enums in client.h (Function -> ObFunctions and WindowType -> ObClientType) --- openbox/screen.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'openbox/screen.c') 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 { -- cgit v1.2.3