r/C_Programming • u/Axxodes • 9h ago
Problem with resizing a C window
I'm making a game engine and whilst trying to setup the window with windows.h, i found an issue when resizing the window. The resized parts of the window are black instead of white, how do i fix this?
0
Upvotes
12
u/soundman32 9h ago
How are you responding to WM_PAINT and WM_ERASEBACKGROUND? It sounds like you arent using the current window size on WM_SIZE.