summaryrefslogtreecommitdiffstats
path: root/tdecore/tdeapplication.h
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-08-08 14:33:33 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-08-08 14:34:33 -0500
commit1f3ee12a9a3fc09f69f45201c857a02b7abb127c (patch)
tree81d7a87faf8d152eda0e1377b7ea0da2743308d9 /tdecore/tdeapplication.h
parentc8d64e3c7b8b6da34c3aa9acc2fbac750e122786 (diff)
downloadtdelibs-1f3ee12a9a3fc09f69f45201c857a02b7abb127c.tar.gz
tdelibs-1f3ee12a9a3fc09f69f45201c857a02b7abb127c.zip
Change mount API to allow for mount backends other than pmount
Add static convenience method for determining X11 VT mapping to TDEApplication
Diffstat (limited to 'tdecore/tdeapplication.h')
-rw-r--r--tdecore/tdeapplication.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/tdecore/tdeapplication.h b/tdecore/tdeapplication.h
index f58bfe0c7..089f9f940 100644
--- a/tdecore/tdeapplication.h
+++ b/tdecore/tdeapplication.h
@@ -1220,6 +1220,13 @@ public:
*/
static uint mouseState() KDE_DEPRECATED;
+ /**
+ * Returns the VT that the current X server is running on, or -1 if this information is unavailable.
+ *
+ * @since 14.0.0
+ */
+ static int currentX11VT();
+
public slots:
/**