equal
deleted
inserted
replaced
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); |