*** empty log message ***
parent
a5a1753735
commit
ac7a2e0c7d
|
@ -67,7 +67,7 @@ GENERIC: handle-property-event
|
||||||
{ [ dup ConfigureRequest = ] [ drop handle-configure-request-event ] }
|
{ [ dup ConfigureRequest = ] [ drop handle-configure-request-event ] }
|
||||||
{ [ dup UnmapNotify = ] [ drop handle-unmap-event ] }
|
{ [ dup UnmapNotify = ] [ drop handle-unmap-event ] }
|
||||||
{ [ dup PropertyNotify = ] [ drop handle-property-event ] }
|
{ [ dup PropertyNotify = ] [ drop handle-property-event ] }
|
||||||
{ [ t ] [ "handle-event ignoring event" print drop drop drop ] } }
|
{ [ t ] [ "handle-event ignoring event" print 3drop ] } }
|
||||||
cond ;
|
cond ;
|
||||||
|
|
||||||
M: window handle-configure-event ( event obj -- )
|
M: window handle-configure-event ( event obj -- )
|
||||||
|
|
Loading…
Reference in New Issue