-rw-r--r-- | x11/libqpe-x11/qpe/qpeapplication.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11/libqpe-x11/qpe/qpeapplication.h b/x11/libqpe-x11/qpe/qpeapplication.h index 254fbfa..b1fc074 100644 --- a/x11/libqpe-x11/qpe/qpeapplication.h +++ b/x11/libqpe-x11/qpe/qpeapplication.h @@ -99,6 +99,7 @@ private: Private* d; QCopChannel *m_sys; QCopChannel *m_pid; }; +enum Transformation { Rot0, Rot90, Rot180, Rot270 }; /* from qgfxtransformed_qws.cpp */ #endif |