struct Q_EXPORT QPaintDeviceX11Data {
Display* x_display;
int x_screen;
int x_depth;
int x_cells;
HANDLE x_colormap;
bool x_defcolormap;
void* x_visual;
bool x_defvisual;
};
#endif
/*****************************************************************************
Inline functions
*****************************************************************************/