mirror of
https://github.com/VincentWei/MiniGUI.git
synced 2026-09-26 20:45:36 +08:00
rename getMsgQueueByWindowInThisThread to getMsgQueueIfWindowInThisThread
This commit is contained in:
@@ -703,7 +703,7 @@ static inline MSGQUEUE* isWindowInThisThread (HWND hWnd)
|
||||
return NULL;
|
||||
}
|
||||
|
||||
static inline MSGQUEUE* getMsgQueueByWindowInThisThread (HWND hWnd)
|
||||
static inline MSGQUEUE* getMsgQueueIfWindowInThisThread (HWND hWnd)
|
||||
{
|
||||
PMAINWIN pMainWin = getMainWindowPtr(hWnd);
|
||||
#ifdef WIN32
|
||||
@@ -733,7 +733,7 @@ static inline BOOL isWindowInThisThread (HWND hWnd)
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
static inline MSGQUEUE* getMsgQueueByWindowInThisThread (HWND hWnd)
|
||||
static inline MSGQUEUE* getMsgQueueIfWindowInThisThread (HWND hWnd)
|
||||
{
|
||||
return __mg_dsk_msg_queue;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user