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-03 18:53:31 +0900 |
| commit | e4e48355ae26fa6d9ef43e667e52356a25fd18f8 (patch) | |
| tree | 5fe7303395609608c5a6cc814be5cf8dcfd06ce9 /src/kernel/tqevent.cpp | |
| parent | ec615dc3b52d4faafbebd7b4229fd4a1ea2a75ee (diff) | |
| download | tqt-drop/irix-support.tar.gz tqt-drop/irix-support.zip | |
Remove support for Irix, which is discontinued and does not provide a c++17 complaint compilerdrop/irix-support
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() */ |
