summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/xcb/qxcbconnection.h
diff options
context:
space:
mode:
authorSamuel Rødal <samuel.rodal@nokia.com>2011-06-03 13:39:12 +0200
committerSamuel Rødal <samuel.rodal@nokia.com>2011-06-03 13:39:44 +0200
commite99ab7de9bc73cada3424d657f48b63ea42147b6 (patch)
treefaa91f13cea61f800e406b677fd66a873552fa18 /src/plugins/platforms/xcb/qxcbconnection.h
parent1f456b4cbb93e3fea699878d117900b703146213 (diff)
Implemented QXcbIntegration::grabWindow().
Diffstat (limited to 'src/plugins/platforms/xcb/qxcbconnection.h')
-rw-r--r--src/plugins/platforms/xcb/qxcbconnection.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/plugins/platforms/xcb/qxcbconnection.h b/src/plugins/platforms/xcb/qxcbconnection.h
index b01937a139..01014775b9 100644
--- a/src/plugins/platforms/xcb/qxcbconnection.h
+++ b/src/plugins/platforms/xcb/qxcbconnection.h
@@ -247,6 +247,8 @@ public:
const char *displayName() const { return m_displayName.constData(); }
xcb_connection_t *xcb_connection() const { return m_connection; }
+ const xcb_setup_t *setup() const { return m_setup; }
+ const xcb_format_t *formatForDepth(uint8_t depth) const;
QXcbKeyboard *keyboard() const { return m_keyboard; }