mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-17 23:24:51 +00:00
shew: Use Xlib to set transient hint
The GDK API for setting the hint has been removed in GDK4, so prepare for a port by using the underlying Xlib API directly. Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/1495>
This commit is contained in:
parent
f87f9848c3
commit
eb0339e223
3 changed files with 29 additions and 25 deletions
|
|
@ -23,5 +23,6 @@ girdir = join_paths(pkgdatadir, 'gir-1.0')
|
|||
typelibdir = join_paths(pkglibdir, 'girepository-1.0')
|
||||
|
||||
gtk_dep = dependency('gtk+-3.0')
|
||||
x11_dep = dependency('x11', required: false)
|
||||
|
||||
subdir('src')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue