mirror of
https://github.com/VincentWei/MiniGUI.git
synced 2026-02-07 02:52:42 +08:00
cleanup
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user