summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/xcb/qxcbwindow.h
diff options
context:
space:
mode:
authorSamuel Rødal <samuel.rodal@nokia.com>2011-04-08 07:44:34 (GMT)
committerSamuel Rødal <samuel.rodal@nokia.com>2011-04-08 07:47:48 (GMT)
commitb42914ba7b2c2ec08abeb4ec658ffaea019e3e3f (patch)
tree8f8d26206b2274dc13996051a85ca64604e1e8c4 /src/plugins/platforms/xcb/qxcbwindow.h
parent7cad215190414cc2a146d95f4077dffa3bd4e6a5 (diff)
downloadQt-b42914ba7b2c2ec08abeb4ec658ffaea019e3e3f.zip
Qt-b42914ba7b2c2ec08abeb4ec658ffaea019e3e3f.tar.gz
Qt-b42914ba7b2c2ec08abeb4ec658ffaea019e3e3f.tar.bz2
Set the _NET_WM_WINDOW_TYPE property in the XCB backend.
Diffstat (limited to 'src/plugins/platforms/xcb/qxcbwindow.h')
-rw-r--r--src/plugins/platforms/xcb/qxcbwindow.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/platforms/xcb/qxcbwindow.h b/src/plugins/platforms/xcb/qxcbwindow.h
index 0fa4d0f..e049837 100644
--- a/src/plugins/platforms/xcb/qxcbwindow.h
+++ b/src/plugins/platforms/xcb/qxcbwindow.h
@@ -92,6 +92,7 @@ public:
void updateSyncRequestCounter();
private:
+ void setNetWmWindowTypes(Qt::WindowFlags flags);
QXcbScreen *m_screen;