| Summary: | Support for QtWayland content orientation and window flags via SDL hints | ||
|---|---|---|---|
| Product: | SDL | Reporter: | Thomas Perl <m> |
| Component: | video | Assignee: | Ryan C. Gordon <icculus> |
| Status: | RESOLVED FIXED | QA Contact: | Sam Lantinga <slouken> |
| Severity: | normal | ||
| Priority: | P2 | CC: | icculus |
| Version: | HG 2.1 | ||
| Hardware: | x86 | ||
| OS: | Linux | ||
| Attachments: |
Proposed patch implementing the QtWayland SDL hints
Proposed patch implementing the QtWayland SDL hints QtWayland SDL hints (Mercurial patchset) |
||
|
Description
Thomas Perl
2015-04-14 17:46:46 UTC
Created attachment 2122 [details]
Proposed patch implementing the QtWayland SDL hints
Proposed patch attached.
Tagging this with target-2.0.4 so it's considered for 2.0.4, but I haven't looked at the patch yet, so no promises. :) --ryan. Created attachment 2123 [details]
Proposed patch implementing the QtWayland SDL hints
Updated patch, added missing "#include "SDL_hints.h"" to SDL_waylandwindow.c
FYI, adding a callback automatically calls it with the current value. You don't need to call it explicitly afterward. I'm removing this from the 2.0.4 ship list because we want to get it out ASAP, but this patch should go in soon afterward. Can you please update your patch for the latest SDL in Mercurial? Created attachment 2617 [details]
QtWayland SDL hints (Mercurial patchset)
Updated the patch (rebased against Hg tip + removed the explicit call to the callback when adding the hint callback).
Patch applied, thanks! https://hg.libsdl.org/SDL/rev/63c2c6c8762c |