SDL icon indicating copy to clipboard operation
SDL copied to clipboard

SDL2, Windows: Window title bar flashing while changing focus of borderless window on Windows

Open Majjcom opened this issue 1 year ago • 6 comments

I created a borderless window with SDL and set it to be always on top with a semi-transparent property. When I change its focus using the mouse, theoretically, there should be no title bar on it, but for a moment, the title bar appears. It's really strange.

Here are some screen shots:

It should be like this: 屏幕截图 2024-10-04 173849

But for a moment, it changes to this appearance: 屏幕截图 2024-10-04 173840

Majjcom avatar Oct 04 '24 09:10 Majjcom