finally implement proper clipping for texts
[enigma2.git] / lib / base / filepush.h
index 25257880d4056c28c00f3b59ffcbda2f87f92b35..35671cd6ef23146d3fb638018265bb0bb23241a0 100644 (file)
@@ -35,7 +35,10 @@ public:
        
        enum { evtEOF, evtReadError, evtWriteError, evtUser };
        Signal1<void,int> m_event;
-       
+
+       void installSigUSR1Handler();
+       void before_set_thread_alive();
+
                /* you can send private events if you want */
        void sendEvent(int evt);
 protected: