diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2026-02-03 18:49:20 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2026-02-05 11:30:07 +0900 |
| commit | 293aa66e26b540f6b7d036a1edd3e7df9bdb6b37 (patch) | |
| tree | 47134847dcdbd3bbe08ae7fc857840fe7c3c277e /src/kernel/tqevent.cpp | |
| parent | ec615dc3b52d4faafbebd7b4229fd4a1ea2a75ee (diff) | |
| download | tqt-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.cpp | 7 |
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() */ |
