| 45 | XWindowPtr createNewWindow(U32 displayId, const XWindowPtr& parent, U32 width, U32 height, U32 depth, U32 x, U32 y, U32 c_class, U32 border_width, const VisualPtr& visual); |
| 46 | XWindowPtr getWindow(U32 window); |
| 47 | void setFakeFullScreenWindow(XWindowPtr wnd) {fakeFullScreenWnd = wnd;} |
| 48 | int destroyWindow(U32 window); |
| 49 | |
| 50 | XPixmapPtr createNewPixmap(U32 width, U32 height, U32 depth, const VisualPtr& visual); |
no outgoing calls
no test coverage detected