MCPcopy Create free account
hub / github.com/danoon2/Boxedwine / setFakeFullScreenWindow

Method setFakeFullScreenWindow

source/x11/xserver.h:47–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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);

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected