| Summary: | NEWT MonitorMode change post fullscreen: Window's size shall adapt. | ||
|---|---|---|---|
| Product: | [JogAmp] Newt | Reporter: | Sven Gothel <sgothel> |
| Component: | core | Assignee: | Sven Gothel <sgothel> |
| Status: | RESOLVED FIXED | ||
| Severity: | enhancement | ||
| Priority: | --- | ||
| Version: | 1 | ||
| Hardware: | All | ||
| OS: | all | ||
| Type: | --- | SCM Refs: |
205a17de1abec614d3d06386f873170fc1691e86
fa6e868a72b8fb3de8c96afbd71ab4d3ad33f6b6
|
| Workaround: | --- | ||
| Bug Depends on: | 770 | ||
| Bug Blocks: | |||
|
Description
Sven Gothel
2013-06-30 18:14:00 CEST
fixed .. following description and comments, see commit 205a17de1abec614d3d06386f873170fc1691e86. Only use FLAG_IS_FULLSCREEN_SPAN if required; At MonitoMode change, reset fullscreen if FLAG_IS_FULLSCREEN_SPAN is supported.
- Bug 770: Only use FLAG_IS_FULLSCREEN_SPAN if required
- If X11 WindowDriver _and_ virtual-screen-size > fullscreenViewport,
- else we still use _NET_WM_STATE_FULLSCREEN on X11!
- Bug 771: At MonitoMode change, reset fullscreen if FLAG_IS_FULLSCREEN_SPAN is supported
- Since we may still use _NET_WM_STATE_FULLSCREEN on X11:
- Pause fullscreen at monitorModeChangeNotify(..)
- Resume fullscreen at monitorModeChanged(..)
|