| Summary: | SDL_WINDOW_BORDERLESS difference between SDL2 2.0.6 and 2.0.7 on Windows | ||
|---|---|---|---|
| Product: | SDL | Reporter: | Corjan <corjanhamer> |
| Component: | render | Assignee: | Sam Lantinga <slouken> |
| Status: | RESOLVED ABANDONED | QA Contact: | Sam Lantinga <slouken> |
| Severity: | normal | ||
| Priority: | P2 | CC: | sezeroz |
| Version: | 2.0.7 | ||
| Hardware: | x86 | ||
| OS: | Windows 10 | ||
|
Description
Corjan
2017-11-28 10:12:36 UTC
I'm looking at this now, thanks! Can you check to see if this fixes it for you? https://hg.libsdl.org/SDL/rev/93edd752e966 Thanks! Hi, First, thanks for your quick response! Unfortunately, this didn't help. Are you able to reproduce the problem? From what we have gathered, it doesn't happen on all systems. To complicate things further :) To illustrate the problem, I have made a small video: https://www.dropbox.com/s/qhr015vwdtoj15v/2017-11-29%2010-13-59.mp4?dl=0 Please let me know if I can assist you further in any way, Corjan No, I'm unable to reproduce the problem. I'm running Windows 10 here as well. Are you running the Creator's Update? Can you reproduce it by running the testsprite2 test program with the --noframe command line option? Hi, Sorry for the slow response. I tried the sprite test, that one works fine. My windows version has the creator's update. In my code, I also use the SDL_SetWindowHitTest, SDL_SetWindowPosition and SDL_SetWindowSize runtime. It might have something to do with that. I'll try to narrow it down if I can. I'll get back to you, Corjan Tried removing all three functions, but that didn't solve it unfortunately. Maybe I'm doing something wrong with the overall structure of my code. Our application can create multiple SDL windows. For each window, I create a separate thread in which I do this: INIT: SDL_CreateWindow (SDL_WINDOW_OPENGL | SDL_WINDOW_BORDERLESS) SDL_SetWindowIcon SDL_GL_CreateContext <init GLEW> FRAME: SDL_GL_MakeCurrent SDL_SetWindowHitTest SDL_PollEvent SDL_SetWindowPosition SDL_SetWindowSize SDL_GL_SwapWindow I hope this helps... Corjan Also something useless I noticed is that the SDL window in SDL 2.0.7 comes up 'smoothly' with the while Windows Aero thingy. In the previous 2.0.6 it wouldn't do this animation. Corjan Hello, and sorry if you're getting dozens of copies of this message by email. We are closing out bugs that appear to be abandoned in some form. This can happen for lots of reasons: we couldn't reproduce it, conversation faded out, the bug was noted as fixed in a comment but we forgot to mark it resolved, the report is good but the fix is impractical, we fixed it a long time ago without realizing there was an associated report, etc. Individually, any of these bugs might have a better resolution (such as WONTFIX or WORKSFORME or INVALID) but we've added a new resolution of ABANDONED to make this easily searchable and make it clear that it's not necessarily unreasonable to revive a given bug report. So if this bug is still a going concern and you feel it should still be open: please feel free to reopen it! But unless you respond, we'd like to consider these bugs closed, as many of them are several years old and overwhelming our ability to prioritize recent issues. (please note that hundred of bug reports were sorted through here, so we apologize for any human error. Just reopen the bug in that case!) Thanks, --ryan. |