mirror of
https://github.com/VincentWei/MiniGUI.git
synced 2026-09-26 12:27:58 +08:00
tune format
This commit is contained in:
+2
-1
@@ -169,7 +169,8 @@ static inline void erase_bkgnd (HWND hWnd, HDC hdc, const RECT *rect)
|
||||
}
|
||||
|
||||
BOOL gui_fill_box_with_bitmap_part_except_incompatible (HDC hdc,
|
||||
int x, int y, int w, int h, int bw, int bh, const BITMAP * bmp, int xo, int yo);
|
||||
int x, int y, int w, int h, int bw, int bh,
|
||||
const BITMAP *bmp, int xo, int yo);
|
||||
|
||||
BOOL gui_fill_box_with_bitmap_except_incompatible (HDC hdc,
|
||||
int x, int y, int w, int h, const BITMAP * bmp);
|
||||
|
||||
Reference in New Issue
Block a user