Skip to content

Commit

Permalink
FIX: warning: 'puts' undefined; assuming extern returning
Browse files Browse the repository at this point in the history
  • Loading branch information
Oldes committed Jan 21, 2023
1 parent a14b4b7 commit f7a9e94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/os/win32/host-window.c
Original file line number Diff line number Diff line change
Expand Up @@ -454,7 +454,7 @@ void Paint_Window(HWND window);
//}

if (GOB_ALPHA(gob) < 255) {
puts("semi-transparent window");
//puts("semi-transparent window");
ws_flags |= WS_EX_LAYERED;
}

Expand Down

0 comments on commit f7a9e94

Please sign in to comment.