--- np2/x11/qt/Attic/xnp2.h 2003/11/26 15:08:42 1.1 +++ np2/x11/qt/Attic/xnp2.h 2003/12/19 16:08:02 1.2 @@ -46,8 +46,6 @@ class emulationWindow : public QMainWind protected: void closeEvent(QCloseEvent *); - void mousePressEvent(QMouseEvent *ev); - void mouseReleaseEvent(QMouseEvent *ev); void keyPressEvent(QKeyEvent *ev); void keyReleaseEvent(QKeyEvent *ev); @@ -94,6 +92,7 @@ extern "C" { #endif const ScreenInfo qt_getScreenInfo(); +bool hasPendingEvents(); void qt_setPointer(QWidget *w, int x, int y); void qt_getPointer(QWidget *w, int *x, int *y);