Mercurial > mplayer.hg
view Gui/error.h @ 4269:68c78efeea2b
Reverted to using software sync again, some day I'll die of a heartattack if I can't get this
m*f*er to work on both fast and slow machines... May all hell be let loose on sigma for not
cooperating with us
author | mswitch |
---|---|
date | Sat, 19 Jan 2002 22:24:30 +0000 |
parents | 016f6d583733 |
children |
line wrap: on
line source
#ifndef _MPLAYER_ERROR_HANDLER #define _MPLAYER_ERROR_HANDLER #define True 1 #define False 0 // 0 - standard message // 1 - detto // 2 - events // 3 - skin reader messages // 4 - bitmap reader messages // 5 - signal handling messages // 6 - gtk messages typedef void (*errorTHandler)( int critical,const char * format, ... ); extern errorTHandler message; extern errorTHandler dbprintf; #endif