summaryrefslogtreecommitdiff
path: root/openbox/openbox.c
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2007-05-15 02:32:49 +0000
committerDana Jansens <danakj@orodu.net>2007-05-15 02:32:49 +0000
commit9aa5ca29ae29b1ab26e5c0299ab161beee9680b3 (patch)
treef9467d48cab21a0284c4f66ce768f0afb5facae8 /openbox/openbox.c
parentb74cff0302e70d702e958a8205a6f6e2e2858192 (diff)
updates for the build system. always set Openbox on the support window
Diffstat (limited to 'openbox/openbox.c')
-rw-r--r--openbox/openbox.c2
1 files changed, 1 insertions, 1 deletions
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);