windows.dragdrop-listener: replace construct-boa with boa
parent
d6c7a7437f
commit
111d73a901
|
@ -33,7 +33,7 @@ IN: windows.dragdrop-listener
|
||||||
TUPLE: listener-dragdrop hWnd last-drop-effect ;
|
TUPLE: listener-dragdrop hWnd last-drop-effect ;
|
||||||
|
|
||||||
: <listener-dragdrop> ( hWnd -- object )
|
: <listener-dragdrop> ( hWnd -- object )
|
||||||
DROPEFFECT_NONE listener-dragdrop construct-boa ;
|
DROPEFFECT_NONE listener-dragdrop boa ;
|
||||||
|
|
||||||
SYMBOL: +listener-dragdrop-wrapper+
|
SYMBOL: +listener-dragdrop-wrapper+
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue