Closed NicoPy closed 7 months ago
Add MDI Client window background colorization.
I don't know why but I had to modify gwindows-application.adb.
gwindows-application.adb
A dedicated WndProc_MDI_Client function is added to manage the WM_ERASEBKGND message.
WndProc_MDI_Client
WM_ERASEBKGND
Add MDI Client window background colorization.
I don't know why but I had to modify
gwindows-application.adb
.A dedicated
WndProc_MDI_Client
function is added to manage theWM_ERASEBKGND
message.