Closed
Bug 1426384
Opened 7 years ago
Closed 7 years ago
[Wayland] - Update window decoration setup for Wayland Gtk+ backend
Categories
(Core :: Widget: Gtk, enhancement, P2)
Tracking
()
RESOLVED
FIXED
mozilla59
Tracking | Status | |
---|---|---|
firefox59 | --- | fixed |
People
(Reporter: stransky, Assigned: stransky)
References
(Blocks 1 open bug)
Details
Attachments
(2 files)
When we use Wayland backend we need to slightly update our nsWindow setup to correctly configure window decoration.
Comment hidden (mozreview-request) |
Comment hidden (mozreview-request) |
Comment 3•7 years ago
|
||
mozreview-review |
Comment on attachment 8937998 [details]
Bug 1426384 - call gdk_window_set_decorations() on mShell GdkWindow only,
https://reviewboard.mozilla.org/r/208732/#review214798
Attachment #8937998 -
Flags: review?(jhorak) → review+
Comment 4•7 years ago
|
||
mozreview-review |
Comment on attachment 8937999 [details]
Bug 1426384 - Don't use CSD_SUPPORT_FULL on Wayland unless it's overriden by MOZ_GTK_TITLEBAR_DECORATION,
https://reviewboard.mozilla.org/r/208734/#review214800
Attachment #8937999 -
Flags: review?(jhorak) → review+
Pushed by stransky@redhat.com:
https://hg.mozilla.org/integration/autoland/rev/b8a340376091
call gdk_window_set_decorations() on mShell GdkWindow only, r=jhorak
https://hg.mozilla.org/integration/autoland/rev/c0f87918768e
Don't use CSD_SUPPORT_FULL on Wayland unless it's overriden by MOZ_GTK_TITLEBAR_DECORATION, r=jhorak
Comment 6•7 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/b8a340376091
https://hg.mozilla.org/mozilla-central/rev/c0f87918768e
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla59
You need to log in
before you can comment on or make changes to this bug.
Description
•