gfx.h
changeset 4429 1bb01569940c
parent 4428 0b0ee542d5b6
child 4437 d06bb548e48d
equal deleted inserted replaced
4428:0b0ee542d5b6 4429:1bb01569940c
    83 void SetDirtyBlocks(int left, int top, int right, int bottom);
    83 void SetDirtyBlocks(int left, int top, int right, int bottom);
    84 void MarkWholeScreenDirty(void);
    84 void MarkWholeScreenDirty(void);
    85 
    85 
    86 void GfxInitPalettes(void);
    86 void GfxInitPalettes(void);
    87 
    87 
    88 bool FillDrawPixelInfo(DrawPixelInfo* n, const DrawPixelInfo* o, int left, int top, int width, int height);
    88 bool FillDrawPixelInfo(DrawPixelInfo* n, int left, int top, int width, int height);
    89 
    89 
    90 /* window.c */
    90 /* window.c */
    91 void DrawOverlappedWindowForAll(int left, int top, int right, int bottom);
    91 void DrawOverlappedWindowForAll(int left, int top, int right, int bottom);
    92 
    92 
    93 void SetMouseCursor(uint cursor);
    93 void SetMouseCursor(uint cursor);