This commit is contained in:
NishiOwO 2025-04-12 10:56:07 +09:00
parent 05aa3af68b
commit 9a0af1d7b7
No known key found for this signature in database
GPG Key ID: 27EF69B208EB9343

View File

@ -66,6 +66,7 @@ LRESULT CALLBACK WndProc(HWND hWnd, UINT msg, WPARAM wp, LPARAM lp) {
tx.right = rc.right;
tx.top = padding;
tx.bottom = rc.bottom - padding * 2;
SetBkMode(hdc, TRANSPARENT);
DrawText(hdc, vertxt, strlen(vertxt), &tx, DT_LEFT);
EndPaint(hWnd, &ps);
break;