mirror of
https://github.com/nishiowo/nishbox
synced 2025-04-21 12:14:39 +00:00
fixing
This commit is contained in:
parent
9cecf64a80
commit
b1f9a56982
@ -60,7 +60,7 @@ LRESULT CALLBACK WndProc(HWND hWnd, UINT msg, WPARAM wp, LPARAM lp) {
|
||||
|
||||
hdc = BeginPaint(hWnd, &ps);
|
||||
SelectObject(hdc, monospace);
|
||||
ShowBitmapSize(hWnd, hdc, "GOLDFISH_BMP", padding, padding, sz, sz);
|
||||
ShowBitmapSize(hWnd, hdc, "GOLDFISHBMP", padding, padding, sz, sz);
|
||||
|
||||
tx.left = padding * 2 + sz;
|
||||
tx.right = rc.right;
|
||||
|
@ -1,4 +1,4 @@
|
||||
#include <windows.h>
|
||||
|
||||
GAME ICON "./internal/icon.ico"
|
||||
GOLDFISH_BMP BITMAP "./internal/goldfish.bmp"
|
||||
GOLDFISHBMP BITMAP "./internal/goldfish.bmp"
|
||||
|
Loading…
x
Reference in New Issue
Block a user