From 5afd0bb44aa3fff79fd7825e9ac97f991d3d1f39 Mon Sep 17 00:00:00 2001 From: ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> Date: Fri, 27 May 2022 10:58:23 +0200 Subject: libdecor: pull upstream changes (a382710b on 28 apr 2022). --- libdecor/src/libdecor-plugin.h | 20 ++------------------ 1 file changed, 2 insertions(+), 18 deletions(-) (limited to 'libdecor/src/libdecor-plugin.h') diff --git a/libdecor/src/libdecor-plugin.h b/libdecor/src/libdecor-plugin.h index eba41d409..e91ee2b00 100644 --- a/libdecor/src/libdecor-plugin.h +++ b/libdecor/src/libdecor-plugin.h @@ -160,10 +160,10 @@ libdecor_notify_plugin_error(struct libdecor *context, ...); int -libdecor_state_get_content_width (struct libdecor_state *state); +libdecor_state_get_content_width(struct libdecor_state *state); int -libdecor_state_get_content_height (struct libdecor_state *state); +libdecor_state_get_content_height(struct libdecor_state *state); enum libdecor_window_state libdecor_state_get_window_state(struct libdecor_state *state); @@ -176,20 +176,4 @@ libdecor_plugin_init(struct libdecor_plugin *plugin, void libdecor_plugin_release(struct libdecor_plugin *plugin); -/* - * Get the min content size as set before with libdecor_frame_set_min_content_size(). - */ -void -libdecor_frame_get_min_content_size(struct libdecor_frame *frame, - int *pcontent_width, - int *pcontent_height); - -/* - * Get the max content size as set before with libdecor_frame_set_max_content_size(). - */ -void -libdecor_frame_get_max_content_size(struct libdecor_frame *frame, - int *pcontent_width, - int *pcontent_height); - #endif /* LIBDECOR_PLUGIN_H */ -- cgit v1.2.3