X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=openbox%2Fstartupnotify.c;h=1542be06f641b70a5361ee02a701acfe2dfab5eb;hb=ea481338b5f16fd81a7b33e036ead39b918a51af;hp=24f2a85cc44094caee4eecf16a39aa76452134be;hpb=452627a51ce38229533dfe5d8eeb877b0918d02c;p=chaz%2Fopenbox diff --git a/openbox/startupnotify.c b/openbox/startupnotify.c index 24f2a85c..1542be06 100644 --- a/openbox/startupnotify.c +++ b/openbox/startupnotify.c @@ -66,7 +66,7 @@ void sn_startup(gboolean reconfig) putenv(s); g_free(s); - sn_display = sn_display_new(ob_display, NULL, NULL); + sn_display = sn_display_new(obt_display, NULL, NULL); sn_context = sn_monitor_context_new(sn_display, ob_screen, sn_event_func, NULL, NULL); sn_launcher = sn_launcher_context_new(sn_display, ob_screen);