Advertisement
flyingfisch

display_syscalls.h

Feb 22nd, 2012
191
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 4.29 KB | None | 0 0
  1. int CharacterSelectDialog( void );
  2. int DefineStatusAreaFlags( int, int, void*, void* );
  3. int EditMBStringChar( unsigned char*, int xposmax, int xpos, int );
  4. int SetCursorFlashToggle( int );
  5. int Test17BC( int );
  6. unsigned char Syscall02A7( void );
  7. unsigned char Syscall1816( int, int );
  8. unsigned short Bdisp_GetPoint_DD( int x, int y );
  9. unsigned short Bdisp_GetPoint_DD_Workbench( int x, int y );
  10. unsigned short Bdisp_GetPoint_VRAM( int x, int y );
  11. void APP_EACT_StatusIcon( int );
  12. void AUX_DisplayErrorMessage( int msgno );
  13. void BatteryIcon( unsigned int );
  14. void Bdisp_AllClr_VRAM( void );
  15. void Bdisp_AreaClr_DD_x3( void*p1 );
  16. void Bdisp_AreaClr( void*p1, unsigned char P2, unsigned short color );
  17. void Bdisp_Fill_VRAM( int color, int mode );
  18. void Bdisp_HeaderFill2( unsigned int, unsigned int, unsigned char, unsigned char );
  19. void Bdisp_HeaderFill( unsigned char, unsigned char );
  20. void Bdisp_HeaderText2( void );
  21. void Bdisp_HeaderText( void );
  22. void Bdisp_PutDisp_DD_stripe( int y1, int y2 );
  23. void Bdisp_PutDisp_DD( void );
  24. void Bdisp_SetPoint_DD( int x, int y, int color );
  25. void Bdisp_SetPoint_VRAM( int x, int y, int color );
  26. void Bdisp_SetPointWB_VRAM( int x, int y, int color );
  27. void Bdisp_ShapeBase3XVRAM( void*shape );
  28. void Bdisp_ShapeBase( unsigned char*work, void*shape, int color, int line_width, int zero1, int zero2 );
  29. void Bdisp_ShapeToVRAM16C( void*x, int color );
  30. //void Bdisp_WriteGraphVRAM( TDispGraph* );
  31. //void Bdisp_WriteGraphVRAM_WB( TDispGraph* );
  32. void Box2( int, int );
  33. void BoxInnerClear( int );
  34. void Box( int, int, int, int, int );
  35. void BoxYLimits( int lines, int*top, int*bottom );
  36. void Cursor_SetFlashOff( void );
  37. void Cursor_SetFlashOn( unsigned char cursor_type );
  38. void d_c_Icon( unsigned int );
  39. void DefineStatusGlyph( int, void* );
  40. void DefineStatusMessage( char*msg, short P2, char P3, char P4 );
  41. void DirectDrawRectangle( int x1, int y1, int x2, int y2, unsigned short color );
  42. void DispInt( int, int );
  43. void DisplayMBString2( int, unsigned char*, int, int xpos, int zero, int x, int y, int, int, int );
  44. void DisplayMBString( unsigned char*, int, int xpos, int x, int y );
  45. void DisplayMessageBox( unsigned char*message );
  46. void DisplayStatusArea( void );
  47. void DrawFrame( int color );
  48. void DrawFrameWorkbench( int, int, int, int, int );
  49. void DrawHeaderLine( void );
  50. void EditMBStringCtrl2( unsigned char*, int xposmax, void*, void*, void*, int, int, int, int );
  51. void EditMBStringCtrl3( unsigned char*, int xposmax, void*, void*, void*, int, int, int, int, int );
  52. void EditMBStringCtrl4( unsigned char*, int xposmax, void*, void*, void*, int, int, int, int, int, int );
  53. void EditMBStringCtrl( unsigned char*, int xposmax, void*, void*, void*, int, int );
  54. void EnableDisplayHeader( int, int );
  55. void EnableStatusArea( int );
  56. void FKey_Display( int, void* );
  57. void GetFKeyPtr( int, void* );
  58. void*GetMiniGlyphPtr( unsigned short mb_glyph_no, unsigned short*glyph_info );
  59. void Keyboard_CursorFlash( void );
  60. void KeyboardIcon( unsigned int );
  61. void LineIcon( unsigned int );
  62. void LoadVRAM_1( void );
  63. void locate_OS( int X, int y );
  64. void MsgBoxPop( void );
  65. void MsgBoxPush( int lines );
  66. void NormIcon( unsigned int );
  67. void PrintCXY( int, int, unsigned char*, int, int, int, int, int, int );
  68. void PrintGlyph( int, int, unsigned char*glyph, int, int color, int back_color, int );
  69. void PrintLine2( int, int, unsigned char*, int, int, int, int, int );
  70. void PrintLine( unsigned char*msg, int imax );
  71. void PrintMiniGlyph(int x, int y, void*glyph, int mode_flags, int glyph_width, int, int, int, int, int color, int back_color, int );
  72. void PrintMini( int*, int*, unsigned char*, int, int, int, int, int, int, int, unsigned int );
  73. void Print_OS( unsigned char*msg, int invers, int zero2 );
  74. void PrintXY_2( int mode, int x, int y, int msgno, int color );
  75. void PrintXY( int x, int y, char*string, int mode, int color );
  76. void ProgressBar0(int, int, int, int, int );
  77. void ProgressBar(int, int );
  78. void RadIcon( unsigned int );
  79. void RealIcon( unsigned int );
  80. void SaveVRAM_1( void );
  81. void Scrollbar( void* );
  82. void SetBackGround( int );
  83. void SetupMode_StatusIcon( void );
  84. void StandardScrollbar( void* );
  85. void Syscall02A4( int, int );
  86. void Syscall02A9( int );
  87. void Test01A8(int,int,int);
  88. void Test1B0E(void);
  89. void WriteBackground( void*target, int width, int height, void*source, int, int, int );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement