From 9aa5ca29ae29b1ab26e5c0299ab161beee9680b3 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Tue, 15 May 2007 02:32:49 +0000 Subject: updates for the build system. always set Openbox on the support window --- openbox/openbox.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'openbox/openbox.c') diff --git a/openbox/openbox.c b/openbox/openbox.c index ee3911d9..78b53223 100644 --- a/openbox/openbox.c +++ b/openbox/openbox.c @@ -212,7 +212,7 @@ gint main(gint argc, gchar **argv) prop_startup(); /* get atoms values for the display */ extensions_query_all(); /* find which extensions are present */ - if (screen_annex(program_name)) { /* it will be ours! */ + if (screen_annex()) { /* it will be ours! */ do { modkeys_startup(reconfigure); -- cgit v1.2.3