Home
last modified time | relevance | path

Searched refs:GUI_MSG_SYSTEM_SLEEP (Results 1 – 2 of 2) sorted by relevance

/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/
H A DGUIUserMessages.h141 #define GUI_MSG_SYSTEM_SLEEP GUI_MSG_USER + 45 macro
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/pvr/windows/
H A DGUIWindowPVRBase.cpp182 CGUIMessage m(GUI_MSG_SYSTEM_SLEEP, GetID(), 0, static_cast<int>(event)); in NotifyEvent()