This commit is contained in:
Vincent Wei
2020-02-22 17:18:01 +08:00
parent 097dcc2af7
commit 8d8d5143ea
2 changed files with 2 additions and 2 deletions

View File

@@ -9600,7 +9600,7 @@ MG_EXPORT BOOL GUIAPI IsTimerInstalled (HWND hWnd, LINT id);
/**
* \fn BOOL GUIAPI HaveFreeTimer (void)
* \brief Determines whether there is any free timer slot in the current
* \brief Determine whether there is any free timer slot in the current
* thread.
*
* This function determines whether there is any free timer slot in the

View File

@@ -809,7 +809,6 @@ static inline void AlertDesktopTimerEvent (void)
POST_MSGQ (__mg_dsk_msg_queue);
#endif /* defined _MGHAVE_VIRTUAL_WINDOW */
}
#endif /* deprecated code */
static inline void setMsgQueueTimerFlag (PMSGQUEUE pMsgQueue, int slot)
{
@@ -821,6 +820,7 @@ static inline void removeMsgQueueTimerFlag (PMSGQUEUE pMsgQueue, int slot)
{
pMsgQueue->expired_timer_mask &= ~(0x01UL << slot);
}
#endif /* deprecated code */
BOOL mg_InitTimer (BOOL use_sys_timer);
void mg_TerminateTimer (BOOL use_sys_timer);