summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/x11extras/qx11info_x11.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/x11extras/qx11info_x11.cpp b/src/x11extras/qx11info_x11.cpp
index a201547..0473fda 100644
--- a/src/x11extras/qx11info_x11.cpp
+++ b/src/x11extras/qx11info_x11.cpp
@@ -382,7 +382,7 @@ xcb_connection_t *QX11Info::connection()
Returns true if there is a compositing manager running for the connection
attached to \a screen.
- If \l -1, the application primary screen is used.
+ If \a screen equals -1, the application's primary screen is used.
*/
bool QX11Info::isCompositingManagerRunning(int screen)
{