there is 5 longs, not 4

This commit is contained in:
Dana Jansens 2007-05-01 00:51:30 +00:00
parent 1dfc391f6e
commit 71cbd4d821

View file

@ -443,6 +443,7 @@ void prop_message(Window about, Atom messagetype, glong data0, glong data1,
ce.xclient.data.l[1] = data1;
ce.xclient.data.l[2] = data2;
ce.xclient.data.l[3] = data3;
ce.xclient.data.l[4] = 0;
XSendEvent(ob_display, RootWindow(ob_display, ob_screen), FALSE,
mask, &ce);
}