forked from Lainports/opnsense-ports
14 lines
661 B
Text
14 lines
661 B
Text
https://gitlab.gnome.org/GNOME/libadwaita/-/commit/0509755b80d8
|
|
https://gitlab.gnome.org/World/Rust/libadwaita-rs/-/commit/986f12d5170d
|
|
|
|
--- ../libadwaita-rs-b898c11fb6776fc7a9a6b920222fa3173216a80c/libadwaita/sys/src/lib.rs.orig 2021-01-15 00:37:53 UTC
|
|
+++ ../libadwaita-rs-b898c11fb6776fc7a9a6b920222fa3173216a80c/libadwaita/sys/src/lib.rs
|
|
@@ -73,7 +73,7 @@ pub type AdwAvatarImageLoadFunc =
|
|
#[repr(C)]
|
|
#[derive(Copy, Clone)]
|
|
pub struct AdwActionRowClass {
|
|
- pub parent_class: gtk::GtkListBoxRowClass,
|
|
+ pub parent_class: AdwPreferencesRowClass,
|
|
pub activate: Option<unsafe extern "C" fn(*mut AdwActionRow)>,
|
|
pub padding: [gpointer; 4],
|
|
}
|