summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/xcb/qxcbwindow.h
diff options
context:
space:
mode:
authorSamuel Rødal <samuel.rodal@nokia.com>2011-05-18 09:32:17 +0200
committerSamuel Rødal <samuel.rodal@nokia.com>2011-05-18 09:32:17 +0200
commit516f4e283ba4626d7239630397ef867ab0366071 (patch)
tree094e1a5347f26fe147323d74ce70080d110f96d3 /src/plugins/platforms/xcb/qxcbwindow.h
parent10a3b10726d2f46b2a284ecb7533bb9226f8c7c8 (diff)
Add QWindow::setWindowModality().
Also set corresponding window manager hints in xcb plugin.
Diffstat (limited to 'src/plugins/platforms/xcb/qxcbwindow.h')
-rw-r--r--src/plugins/platforms/xcb/qxcbwindow.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/plugins/platforms/xcb/qxcbwindow.h b/src/plugins/platforms/xcb/qxcbwindow.h
index accb32b36e..9827a808cc 100644
--- a/src/plugins/platforms/xcb/qxcbwindow.h
+++ b/src/plugins/platforms/xcb/qxcbwindow.h
@@ -97,6 +97,8 @@ private:
void setNetWmWindowTypes(Qt::WindowFlags flags);
void changeNetWmState(bool set, xcb_atom_t one, xcb_atom_t two = 0);
+ void updateMotifWmHintsBeforeShow();
+
void show();
void hide();