mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-01-06 09:11:38 +01:00
30 lines
785 B
Diff
30 lines
785 B
Diff
diff --git a/gtk/window-decorator/gtk-window-decorator.h b/gtk/window-decorator/gtk-window-decorator.h
|
|
index da7f90507..b278a480e 100644
|
|
--- a/gtk/window-decorator/gtk-window-decorator.h
|
|
+++ b/gtk/window-decorator/gtk-window-decorator.h
|
|
@@ -340,13 +340,13 @@ decor_frame_t *
|
|
create_normal_frame (const gchar *type);
|
|
|
|
void
|
|
-destroy_normal_frame ();
|
|
+destroy_normal_frame (decor_frame_t *frame);
|
|
|
|
decor_frame_t *
|
|
create_bare_frame (const gchar *type);
|
|
|
|
void
|
|
-destroy_bare_frame ();
|
|
+destroy_bare_frame (decor_frame_t *frame);
|
|
|
|
/* Don't use directly */
|
|
gboolean
|
|
@@ -505,7 +505,7 @@ decor_frame_t *
|
|
create_switcher_frame (const gchar *);
|
|
|
|
void
|
|
-destroy_switcher_frame ();
|
|
+destroy_switcher_frame (decor_frame_t *frame);
|
|
|
|
gboolean
|
|
update_switcher_window (Window popup,
|