]> Dogcows Code - chaz/tint2/blobdiff - src/systray/systraybar.c
*fix* issue 282
[chaz/tint2] / src / systray / systraybar.c
index 5a380c192302ebc3c7f5079d57374588f00eda52..9d460549cc50b8e6fe8b352d5cf41d6abd847ae5 100644 (file)
@@ -278,7 +278,7 @@ void start_net()
 
        // v0.3 trayer specification. tint2 always horizontal.
        // Vertical panel will draw the systray horizontal.
-       int orient = 0;
+       long orient = 0;
        XChangeProperty(server.dsp, net_sel_win, server.atom._NET_SYSTEM_TRAY_ORIENTATION, XA_CARDINAL, 32, PropModeReplace, (unsigned char *) &orient, 1);
        VisualID vid;
        if (server.visual32 && (systray.alpha != 100 || systray.brightness != 0 || systray.saturation != 0))
This page took 0.021072 seconds and 4 git commands to generate.