Re: [AD] winXP ALT+key beep problem. |
[ Thread Index |
Date Index
| More lists.liballeg.org/allegro-developers Archives
]
> i offer a solution in:
> http://www.allegro.cc/forums/view_thread.php?_id=465241&#target
>
> before i make a patch, can anyone comment on the need for the WS_SYSMENU
> flag in the CreateWindowEx() call.
Well, MSDN says the following:
WS_SYSMENU - Creates a window that has a Close (X) button in the non-client
area.
So I guess that we need it if we want the close button. Can you confirm
that this is the case?
Evert