mirror of https://github.com/0intro/wmii
Fix printevent for ClientMessages.
This commit is contained in:
parent
f5da49e266
commit
fc7109440c
|
@ -859,7 +859,7 @@ VerbClient(XEvent *e) {
|
|||
TWindow, _(window),
|
||||
TAtom, _(message_type),
|
||||
TInt, _(format),
|
||||
TData, "data (as longs)", ev->data,
|
||||
TData, "data (as longs)", &ev->data,
|
||||
TEnd
|
||||
);
|
||||
}
|
||||
|
|
|
@ -8,4 +8,4 @@ all:V: $TARG
|
|||
nuke:V: rm *.dis *.sbl
|
||||
|
||||
%.dis: %.b
|
||||
limbo -Cgw $stem.b
|
||||
limbo -gw $stem.b
|
||||
|
|
Loading…
Reference in New Issue