Skip to content
This repository was archived by the owner on Mar 4, 2024. It is now read-only.

Commit e6d0071

Browse files
Merge pull request #801 from GuillaumeGomez/update-wayland-client
Update wayland-client version to 0.30
2 parents 4d40ac2 + 87a127a commit e6d0071

24 files changed

+751
-365
lines changed

atk/src/auto/versions.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
Generated by gir (https://github.com/gtk-rs/gir @ 047f55810b96)
2-
from gir-files (https://github.com/gtk-rs/gir-files @ 5eb11fc69910)
2+
from gir-files (https://github.com/gtk-rs/gir-files @ 4eaad6a722bf)

atk/sys/versions.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
Generated by gir (https://github.com/gtk-rs/gir @ 047f55810b96)
2-
from gir-files (https://github.com/gtk-rs/gir-files @ 5eb11fc69910)
2+
from gir-files (https://github.com/gtk-rs/gir-files @ 4eaad6a722bf)

gdk/Gir.toml

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,13 +40,11 @@ generate = [
4040
"Gdk.InputSource",
4141
"Gdk.ModifierIntent",
4242
"Gdk.ModifierType",
43-
"Gdk.Monitor",
4443
"Gdk.NotifyType",
4544
"Gdk.OwnerChange",
4645
"Gdk.PropertyState",
4746
"Gdk.PropMode",
4847
"Gdk.ScrollDirection",
49-
"Gdk.Seat",
5048
"Gdk.SeatCapabilities",
5149
"Gdk.SettingAction",
5250
"Gdk.SubpixelLayout",
@@ -240,6 +238,8 @@ status = "generate"
240238
[[object]]
241239
name = "Gdk.Device"
242240
status = "generate"
241+
final_type = false
242+
manual_traits = ["DeviceExtManual"]
243243
[[object.function]]
244244
name = "get_display"
245245
[object.function.return]
@@ -368,6 +368,11 @@ status = "generate"
368368
name = "lookup_key"
369369
manual = true
370370

371+
[[object]]
372+
name = "Gdk.Monitor"
373+
status = "generate"
374+
final_type = false
375+
371376
[[object]]
372377
name = "Gdk.Rectangle"
373378
status = "generate"
@@ -421,6 +426,11 @@ status = "generate"
421426
# the actual method getter after auto-renaming.
422427
rename = "screen_width_mm"
423428

429+
[[object]]
430+
name = "Gdk.Seat"
431+
status = "generate"
432+
final_type = false
433+
424434
[[object]]
425435
name = "Gdk.Visual"
426436
status = "generate"

0 commit comments

Comments
 (0)