11 #include "threads/SystemClock.h"    12 #include "windowing/WinEvents.h"    13 #include "windowing/X11/WinSystemX11.h"    32   bool MessagePump() 
override;
    33   bool Init(Display *dpy, Window 
win);
    35   bool HasStructureChanged();
    36   void PendingResize(
int width, 
int height);
    37   void SetXRRFailSafeTimer(std::chrono::milliseconds duration);
    40   XBMCKey LookupXbmcKeySym(KeySym keysym);
    42   Display *m_display = 
nullptr;
    44   Atom m_wmDeleteMessage;
    45   char *m_keybuf = 
nullptr;
    46   size_t m_keybuf_len = 0;
    49   std::map<uint32_t,uint32_t> m_symLookupTable;
    51   bool m_structureChanged;
    54   bool m_xrrEventPending;
 Definition: SystemClock.h:31
Definition: WinEventsX11.h:27
Definition: AudioDecoder.h:18
Definition: WinSystemX11.h:34
Definition: XBMC_events.h:117
Definition: WinEvents.h:13