Lines Matching refs:XLIB_Window
71 XLIB_Window mhWindow;
72 XLIB_Window mhShellWindow;
73 XLIB_Window mhForeignParent;
75 XLIB_Window mhStackingWindow;
148 void RestackChildren( XLIB_Window* pTopLevelWindows, int nTopLevelWindows );
166 void createNewWindow( XLIB_Window aParent, int nScreen = -1 );
181 XLIB_Window GetDrawable() const;
183 XLIB_Window GetWindow() const { return mhWindow; } in GetWindow()
184 XLIB_Window GetShellWindow() const { return mhShellWindow; } in GetShellWindow()
185 XLIB_Window GetForeignParent() const { return mhForeignParent; } in GetForeignParent()
186 XLIB_Window GetStackingWindow() const { return mhStackingWindow; } in GetStackingWindow()
283 inline XLIB_Window X11SalFrame::GetDrawable() const in GetDrawable()