55 int borderwidth,
int depth,
56 uint windowclass, Visual *visual,
57 ulong valuemask, XSetWindowAttributes *attributes)
59 return XCreateWindow(display, parent, x, y, w, h, borderwidth, depth,
60 windowclass, visual, valuemask, attributes);
65 int x,
int y,
uint w,
uint h,
int borderwidth,
68 return XCreateSimpleWindow(display, parent, x, y, w, h, borderwidth,
76 XDestroyWindow(display, window);
#define QT_END_NAMESPACE
This macro expands to.
#define QT_BEGIN_NAMESPACE
This macro expands to.
Q_GUI_EXPORT EGLDisplay display()