Ok, that bug was caused by a change I did in CreateWindow code of original tinyptc, gaffer tinyptc uses only WS_OVERLAPPEDWINDOW style and when I added another style to remove minimize button and make window to non sizable that bug happened, and it will happen for bordeless window too.
It's a weird windows API behavior/bug, tried to fix it but none of my window style combinations worked out.
I can only revert it back to original window style (OVERLAPPEDWINDOW), but we will lost bordeless option and fixed window size.
Btw, Shockie, tinyptc_ext use directdraw
