Remove commented-out code
parent
738672be9f
commit
da4c77b445
|
@ -306,8 +306,6 @@ SYMBOL: hWnd
|
||||||
"uint" { "void*" "uint" "long" "long" } "stdcall" [
|
"uint" { "void*" "uint" "long" "long" } "stdcall" [
|
||||||
[
|
[
|
||||||
pick
|
pick
|
||||||
! "Message: " write dup get-windows-message-name write
|
|
||||||
! " " write dup unparse print flush
|
|
||||||
{
|
{
|
||||||
{ [ dup WM_CLOSE = ] [ drop handle-wm-close 0 ] }
|
{ [ dup WM_CLOSE = ] [ drop handle-wm-close 0 ] }
|
||||||
{ [ dup WM_PAINT = ]
|
{ [ dup WM_PAINT = ]
|
||||||
|
@ -340,7 +338,6 @@ SYMBOL: hWnd
|
||||||
{ [ t ] [ drop DefWindowProc ] }
|
{ [ t ] [ drop DefWindowProc ] }
|
||||||
} cond
|
} cond
|
||||||
] ui-try
|
] ui-try
|
||||||
! "finished handling message" print .s flush
|
|
||||||
] alien-callback ;
|
] alien-callback ;
|
||||||
|
|
||||||
: do-events ( -- )
|
: do-events ( -- )
|
||||||
|
|
Loading…
Reference in New Issue