summaryrefslogtreecommitdiff
path: root/noncore/multimedia/opieplayer2/lib.h
Unidiff
Diffstat (limited to 'noncore/multimedia/opieplayer2/lib.h') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/multimedia/opieplayer2/lib.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/noncore/multimedia/opieplayer2/lib.h b/noncore/multimedia/opieplayer2/lib.h
index 0ff14d0..dfddc2a 100644
--- a/noncore/multimedia/opieplayer2/lib.h
+++ b/noncore/multimedia/opieplayer2/lib.h
@@ -194,23 +194,23 @@ namespace XINE {
194 bool m_initialized:1; 194 bool m_initialized:1;
195 bool m_duringInitialization:1; 195 bool m_duringInitialization:1;
196 bool m_video:1; 196 bool m_video:1;
197 XineVideoWidget *m_wid; 197 XineVideoWidget *m_wid;
198 xine_t *m_xine; 198 xine_t *m_xine;
199 xine_stream_t *m_stream; 199 xine_stream_t *m_stream;
200 xine_cfg_entry_t *m_config; 200 xine_cfg_entry_t *m_config;
201 xine_vo_driver_t *m_videoOutput; 201 xine_vo_driver_t *m_videoOutput;
202 xine_ao_driver_t* m_audioOutput; 202 xine_ao_driver_t* m_audioOutput;
203 xine_event_queue_t *m_queue; 203 xine_event_queue_t *m_queue;
204 204
205 void handleXineEvent( const xine_event_t* t ); 205 void handleXineEvent( const xine_event_t* t );
206 void handleXineEvent( int type ); 206 void handleXineEvent( int type, int data, const char* name );
207 void drawFrame( uint8_t* frame, int width, int height, int bytes ); 207 void drawFrame( uint8_t* frame, int width, int height, int bytes );
208 // C -> C++ bridge for the event system 208 // C -> C++ bridge for the event system
209 static void xine_event_handler( void* user_data, const xine_event_t* t); 209 static void xine_event_handler( void* user_data, const xine_event_t* t);
210 static void xine_display_frame( void* user_data, uint8_t* frame , 210 static void xine_display_frame( void* user_data, uint8_t* frame ,
211 int width, int height, int bytes ); 211 int width, int height, int bytes );
212 }; 212 };
213}; 213};
214 214
215 215
216#endif 216#endif