summaryrefslogtreecommitdiffstats
path: root/src/widgets/platforms
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/widgets/platforms
parent10a3b10726d2f46b2a284ecb7533bb9226f8c7c8 (diff)
Add QWindow::setWindowModality().
Also set corresponding window manager hints in xcb plugin.
Diffstat (limited to 'src/widgets/platforms')
-rw-r--r--src/widgets/platforms/x11/qwidget_x11.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/widgets/platforms/x11/qwidget_x11.cpp b/src/widgets/platforms/x11/qwidget_x11.cpp
index 3eec5c7331..12f4e2f856 100644
--- a/src/widgets/platforms/x11/qwidget_x11.cpp
+++ b/src/widgets/platforms/x11/qwidget_x11.cpp
@@ -134,7 +134,7 @@ enum {
};
-static QtMWMHints GetMWMHints(Display *display, Window window)
+static QtMWMHints getMWMHints(Display *display, Window window)
{
QtMWMHints mwmhints;