summaryrefslogtreecommitdiffstats
path: root/src/kernel/tqevent.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2026-02-03 18:49:20 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2026-02-05 11:30:07 +0900
commit293aa66e26b540f6b7d036a1edd3e7df9bdb6b37 (patch)
tree47134847dcdbd3bbe08ae7fc857840fe7c3c277e /src/kernel/tqevent.cpp
parentec615dc3b52d4faafbebd7b4229fd4a1ea2a75ee (diff)
downloadtqt-293aa66e26b540f6b7d036a1edd3e7df9bdb6b37.tar.gz
tqt-293aa66e26b540f6b7d036a1edd3e7df9bdb6b37.zip
Remove support for Irix, which is discontinued and does not provide a c++17 complaint compiler
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/kernel/tqevent.cpp')
-rw-r--r--src/kernel/tqevent.cpp7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/kernel/tqevent.cpp b/src/kernel/tqevent.cpp
index d1cf09fe9..053c00223 100644
--- a/src/kernel/tqevent.cpp
+++ b/src/kernel/tqevent.cpp
@@ -1970,9 +1970,6 @@ TQContextMenuEvent::TQContextMenuEvent( Reason reason, const TQPoint &pos, int s
\a device's degree of tilt from the X and Y axis respectively. The \a uId contains an
event id.
- On Irix, \a globalPos will contain the high-resolution coordinates received from the
- tablet device driver, instead of from the windowing system.
-
\sa pos(), globalPos(), device(), pressure(), xTilt(), yTilt()
*/
@@ -2002,10 +1999,6 @@ TQTabletEvent::TQTabletEvent( Type t, const TQPoint &pos, const TQPoint &globalP
yTilt contain the \a device's degrees of tilt from the X and Y
axis respectively. The \a uId contains an event id.
- On Irix, \a globalPos will contain the high-resolution coordinates
- received from the tablet device driver, instead of from the
- windowing system.
-
\sa pos(), globalPos(), device(), pressure(), xTilt(), yTilt()
*/