Some checks failed
Periodic Merges (6h) / master → staging-nixos (push) Failing after 12m50s
Periodic Merges (6h) / master → staging-next (push) Failing after 12m54s
Periodic Merges (24h) / merge-base(master,staging) → haskell-updates (push) Failing after 11m54s
Periodic Merges (6h) / staging-next → staging (push) Failing after 12m13s
Periodic Merges (24h) / staging-next-25.05 → staging-25.05 (push) Failing after 13m24s
Periodic Merges (24h) / release-25.05 → staging-next-25.05 (push) Failing after 14m28s
35 lines
982 B
Diff
35 lines
982 B
Diff
diff --git a/src/libdecor-plugin.h b/src/libdecor-plugin.h
|
|
index ba80ce6..59199dd 100644
|
|
--- a/src/libdecor-plugin.h
|
|
+++ b/src/libdecor-plugin.h
|
|
@@ -132,12 +132,6 @@ struct libdecor_plugin_interface {
|
|
struct wl_surface *
|
|
libdecor_frame_get_wl_surface(struct libdecor_frame *frame);
|
|
|
|
-int
|
|
-libdecor_frame_get_content_width(struct libdecor_frame *frame);
|
|
-
|
|
-int
|
|
-libdecor_frame_get_content_height(struct libdecor_frame *frame);
|
|
-
|
|
enum libdecor_window_state
|
|
libdecor_frame_get_window_state(struct libdecor_frame *frame);
|
|
|
|
diff --git a/src/libdecor.h b/src/libdecor.h
|
|
index af67e2f..b5eba41 100644
|
|
--- a/src/libdecor.h
|
|
+++ b/src/libdecor.h
|
|
@@ -532,6 +532,12 @@ bool
|
|
libdecor_configuration_get_window_state(struct libdecor_configuration *configuration,
|
|
enum libdecor_window_state *window_state);
|
|
|
|
+int
|
|
+libdecor_frame_get_content_width(struct libdecor_frame *frame);
|
|
+
|
|
+int
|
|
+libdecor_frame_get_content_height(struct libdecor_frame *frame);
|
|
+
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|