Fixed several structure errors in windows, and one in x11.

This commit is contained in:
Brad Nelson
2024-11-28 17:50:36 -08:00
parent 360417dd53
commit db30147131
4 changed files with 10 additions and 12 deletions

View File

@ -33,10 +33,7 @@ create ps PAINTSTRUCT allot
0 255 0 RGB CreateSolidBrush constant green
create side RECT allot
0 side ->left l!
0 side ->top l!
200 side ->right l!
100 side ->bottom l!
side 0 0 200 100 SetRect
: MyWindowProc { hwnd msg w l }
WM_DESTROY msg = if