gfx.h
changeset 2548 49c8a096033f
parent 2436 7d5df545bd5d
child 2634 0df9396b0067
equal deleted inserted replaced
2547:62727a362bec 2548:49c8a096033f
    74 void SetDirtyBlocks(int left, int top, int right, int bottom);
    74 void SetDirtyBlocks(int left, int top, int right, int bottom);
    75 void MarkWholeScreenDirty(void);
    75 void MarkWholeScreenDirty(void);
    76 
    76 
    77 void GfxInitPalettes(void);
    77 void GfxInitPalettes(void);
    78 
    78 
    79 bool FillDrawPixelInfo(DrawPixelInfo *n, DrawPixelInfo *o, int left, int top, int width, int height);
    79 bool FillDrawPixelInfo(DrawPixelInfo* n, const DrawPixelInfo* o, int left, int top, int width, int height);
    80 
    80 
    81 /* window.c */
    81 /* window.c */
    82 void DrawOverlappedWindowForAll(int left, int top, int right, int bottom);
    82 void DrawOverlappedWindowForAll(int left, int top, int right, int bottom);
    83 
    83 
    84 void SetMouseCursor(uint cursor);
    84 void SetMouseCursor(uint cursor);