From 3409148047e2d179fbe9fc5ef194253cc0f0ad85 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Sat, 5 May 2007 18:19:26 +0000 Subject: fixes to the properties and net_supported. a bunch weren't supported. better checking at runtime to make sure everything is in the atom. --- 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 052929a5..832c2329 100644 --- a/openbox/openbox.c +++ b/openbox/openbox.c @@ -137,7 +137,7 @@ gint main(gint argc, gchar **argv) * remote_control = 1 -> reconfigure * remote_control = 2 -> restart */ PROP_MSG(RootWindow(ob_display, ob_screen), - ob_control, remote_control, 0, 0, 0); + openbox_control, remote_control, 0, 0, 0); XCloseDisplay(ob_display); exit(EXIT_SUCCESS); } -- cgit v1.2.3