fix
git-svn-id: http://svn2.nishi.boats/svn/milsko/trunk@703 b9cfdab3-6d41-4d17-bbe4-086880011989
This commit is contained in:
parent
fd743825e7
commit
1792b95516
25 changed files with 17743 additions and 17752 deletions
|
|
@ -100,9 +100,9 @@ MwWidget MwMessageBox(MwWidget handle, const char* text, const char* title, unsi
|
|||
NULL);
|
||||
|
||||
MwLLShow(window->lowlevel, 0);
|
||||
MwLLDetach(window->lowlevel, &p);
|
||||
MwLLSetSizeHints(window->lowlevel, w, h, w, h);
|
||||
MwLLMakePopup(window->lowlevel, handle->lowlevel);
|
||||
MwLLDetach(window->lowlevel, &p);
|
||||
MwLLShow(window->lowlevel, 1);
|
||||
|
||||
MwAddUserHandler(window, MwNcloseHandler, messagebox_close, NULL);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue