parent
e7ec90932a
commit
12658a0b3d
8 changed files with 83 additions and 43 deletions
|
|
@ -265,10 +265,10 @@ void interface_msg_pump()
|
|||
{
|
||||
MSG Msg;
|
||||
|
||||
while (PeekMessage(&Msg)) {
|
||||
while (FetchMessage(&Msg)) {
|
||||
if (Msg.message != DVL_WM_QUIT) {
|
||||
TranslateMessage(&Msg);
|
||||
DispatchMessage(&Msg);
|
||||
PushMessage(&Msg);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue