diff options
| author | Dana Jansens <danakj@orodu.net> | 2007-05-01 00:51:30 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2007-05-01 00:51:30 +0000 |
| commit | 71cbd4d8210a7f1b067556e6712e918fe150ca1f (patch) | |
| tree | c27d45dab854f93c45ee75b5675987df2f86eae0 /openbox | |
| parent | 1dfc391f6ec59ad8f15158614edfcb163f375c5a (diff) | |
there is 5 longs, not 4
Diffstat (limited to 'openbox')
| -rw-r--r-- | openbox/prop.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/openbox/prop.c b/openbox/prop.c index efb46bd4..22519873 100644 --- a/openbox/prop.c +++ b/openbox/prop.c @@ -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); } |
