biome: 1.9.2 -> 1.9.3
[NixPkgs.git] / pkgs / applications / misc / blender / libdecor.patch
blob73c32f983cc208dcb74c40ed53492689382991d0
1 diff --git a/src/libdecor-plugin.h b/src/libdecor-plugin.h
2 index ba80ce6..59199dd 100644
3 --- a/src/libdecor-plugin.h
4 +++ b/src/libdecor-plugin.h
5 @@ -132,12 +132,6 @@ struct libdecor_plugin_interface {
6 struct wl_surface *
7 libdecor_frame_get_wl_surface(struct libdecor_frame *frame);
9 -int
10 -libdecor_frame_get_content_width(struct libdecor_frame *frame);
12 -int
13 -libdecor_frame_get_content_height(struct libdecor_frame *frame);
15 enum libdecor_window_state
16 libdecor_frame_get_window_state(struct libdecor_frame *frame);
18 diff --git a/src/libdecor.h b/src/libdecor.h
19 index af67e2f..b5eba41 100644
20 --- a/src/libdecor.h
21 +++ b/src/libdecor.h
22 @@ -532,6 +532,12 @@ bool
23 libdecor_configuration_get_window_state(struct libdecor_configuration *configuration,
24 enum libdecor_window_state *window_state);
26 +int
27 +libdecor_frame_get_content_width(struct libdecor_frame *frame);
29 +int
30 +libdecor_frame_get_content_height(struct libdecor_frame *frame);
32 #ifdef __cplusplus
34 #endif