*** empty log message ***

cvs
Eduardo Cavazos 2006-01-02 18:47:10 +00:00
parent a5a1753735
commit ac7a2e0c7d
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@ GENERIC: handle-property-event
{ [ dup ConfigureRequest = ] [ drop handle-configure-request-event ] }
{ [ dup UnmapNotify = ] [ drop handle-unmap-event ] }
{ [ dup PropertyNotify = ] [ drop handle-property-event ] }
{ [ t ] [ "handle-event ignoring event" print drop drop drop ] } }
{ [ t ] [ "handle-event ignoring event" print 3drop ] } }
cond ;
M: window handle-configure-event ( event obj -- )