The OpenD Programming Language

XCBSurface.this

  1. this(cairo_surface_t* ptr)
  2. this(xcb_connection_t* connection, xcb_drawable_t drawable, xcb_visualtype_t* visual, int width, int height)
  3. this(xcb_connection_t* connection, xcb_screen_t* screen, xcb_pixmap_t bitmap, int width, int height)
  4. this(xcb_connection_t* connection, xcb_screen_t* screen, xcb_drawable_t drawable, xcb_render_pictforminfo_t* format, int width, int height)
    class XCBSurface
    this
    (
    xcb_connection_t* connection
    ,
    xcb_screen_t* screen
    ,
    xcb_drawable_t drawable
    ,
    xcb_render_pictforminfo_t* format
    ,
    int width
    ,
    int height
    )

Meta