summaryrefslogtreecommitdiff
path: root/libdecor/src/libdecor-plugin.h
diff options
context:
space:
mode:
authorManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2022-05-27 10:58:23 +0200
committerManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2022-05-27 10:58:23 +0200
commit5afd0bb44aa3fff79fd7825e9ac97f991d3d1f39 (patch)
tree74c293e5e43e5422fe193b02d9766b1cf40bb570 /libdecor/src/libdecor-plugin.h
parentb78035624d5135f27b9742249652f124411f90a9 (diff)
libdecor: pull upstream changes (a382710b on 28 apr 2022).
Diffstat (limited to 'libdecor/src/libdecor-plugin.h')
-rw-r--r--libdecor/src/libdecor-plugin.h20
1 files changed, 2 insertions, 18 deletions
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 */