Opened 15 years ago
Last modified 4 years ago
#4313 assigned bug
Only switch resolutions when needed after an application started a BWindowScreen.
Reported by: | bga | Owned by: | nobody |
---|---|---|---|
Priority: | normal | Milestone: | R1.1 |
Component: | Servers/app_server | Version: | R1/pre-alpha1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | All |
Description
SoundPlay has a plugin called QING that, when in full screen mode, uses BDirectWindow. When you enter this mode, it changes the resolution.
If you leave full screen mode and then close SoundPlay, it is noticeable (at least with VESA) that the app_server tried to switch the resolution back to the original one. The problem is that the resolution is already the original one (the BWindowScreen was quit) and then the screen flickers unnecessarily.
The app-server should first check if the resolution is not already the original one before trying to revert it.
Change History (4)
follow-up: 2 comment:1 by , 15 years ago
Priority: | low → normal |
---|---|
Type: | enhancement → bug |
comment:2 by , 15 years ago
comment:3 by , 8 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:4 by , 4 years ago
Milestone: | R1 → R1.1 |
---|
Note:
See TracTickets
for help on using tickets.
Since this is already done, there is obviously a bug somewhere :-)