_XDisplay* pDisplay; // the relevant display connection
Drawable hDrawable; // a drawable
Visual* pVisual; // the visual in use int nScreen; // the current screen of the drawable
};
/// RAII wrapper for a pixmap struct X11Pixmap
{
_XDisplay* mpDisplay; // the relevant display connection
Pixmap mhDrawable; // a drawable
public: /// takes over ownership of passed cairo_surface explicit X11Surface( CairoSurfaceSharedPtr pSurface ); /// create surface on subarea of given drawable
X11Surface( const X11SysData& rSysData, int x, int y, int width, int height ); /// create surface for given bitmap data
X11Surface( const X11SysData& rSysData, const BitmapSystemData& rBmpData );
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.