Closed
Bug 1456452
Opened 6 years ago
Closed 4 years ago
[CSD] Calculate correct window offset for Gtk+ < 3.20
Categories
(Core :: Widget: Gtk, enhancement, P3)
Tracking
()
RESOLVED
WONTFIX
People
(Reporter: stransky, Unassigned)
References
(Blocks 1 open bug)
Details
This is follow up from Bug #1441665 UpdateClientOffsetForCSDWindow() works correctly for Gtk+ >= 3.20 as it provides gtk_render_background_get_clip(). We can use gdk_window_get_origin()/gdk_window_get_root_origin() to get the correct offset but it works for visible GdkWindow only.
Reporter | ||
Updated•6 years ago
|
Assignee: nobody → stransky
Reporter | ||
Comment 2•5 years ago
|
||
Good example is Linux Mint 18.3 Mate.
Reporter | ||
Updated•5 years ago
|
Summary: Calculate correct window offset for Gtk+ < 3.20 → [CSD] Calculate correct window offset for Gtk+ < 3.20
Reporter | ||
Comment 3•5 years ago
|
||
Giving back, I have no intention to work on that right now.
Assignee: stransky → nobody
Priority: P2 → P3
Reporter | ||
Updated•4 years ago
|
Status: NEW → RESOLVED
Closed: 4 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•