From 516f4e283ba4626d7239630397ef867ab0366071 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Samuel=20R=C3=B8dal?= Date: Wed, 18 May 2011 09:32:17 +0200 Subject: Add QWindow::setWindowModality(). Also set corresponding window manager hints in xcb plugin. --- src/widgets/platforms/x11/qwidget_x11.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/widgets/platforms/x11/qwidget_x11.cpp') 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; -- cgit v1.2.3