X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=openbox%2Fopenbox.c;h=78b5322373021c7e6267be94059a133c15089dda;hb=3d7c2f45ec846a487aa5c717de501b11ea9071b2;hp=ee3911d982e3448869bd52ae89dd93b653086160;hpb=f58ece609523b5cc4c825c4af185e5a6fdd00210;p=chaz%2Fopenbox 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);