|
Blender V5.0
|
#include <wayland_dynload_libdecor.h>
Public Member Functions | |
| bool WL_DYN_FN | libdecor_configuration_get_content_size (struct libdecor_configuration *configuration, struct libdecor_frame *frame, int *width, int *height) |
| bool WL_DYN_FN | libdecor_configuration_get_window_state (struct libdecor_configuration *configuration, enum libdecor_window_state *window_state) |
| struct libdecor_frame *WL_DYN_FN | libdecor_decorate (struct libdecor *context, struct wl_surface *surface, struct libdecor_frame_interface *iface, void *user_data) |
| int WL_DYN_FN | libdecor_dispatch (struct libdecor *context, int timeout) |
| void WL_DYN_FN | libdecor_frame_commit (struct libdecor_frame *frame, struct libdecor_state *state, struct libdecor_configuration *configuration) |
| struct xdg_toplevel *WL_DYN_FN | libdecor_frame_get_xdg_toplevel (struct libdecor_frame *frame) |
| void WL_DYN_FN | libdecor_frame_map (struct libdecor_frame *frame) |
| void WL_DYN_FN | libdecor_frame_set_app_id (struct libdecor_frame *frame, const char *app_id) |
| void WL_DYN_FN | libdecor_frame_set_fullscreen (struct libdecor_frame *frame, struct wl_output *output) |
| void WL_DYN_FN | libdecor_frame_set_maximized (struct libdecor_frame *frame) |
| void WL_DYN_FN | libdecor_frame_set_min_content_size (struct libdecor_frame *frame, int content_width, int content_height) |
| void WL_DYN_FN | libdecor_frame_set_minimized (struct libdecor_frame *frame) |
| void WL_DYN_FN | libdecor_frame_set_parent (struct libdecor_frame *frame, struct libdecor_frame *parent) |
| void WL_DYN_FN | libdecor_frame_set_title (struct libdecor_frame *frame, const char *title) |
| void WL_DYN_FN | libdecor_frame_unref (struct libdecor_frame *frame) |
| void WL_DYN_FN | libdecor_frame_unset_fullscreen (struct libdecor_frame *frame) |
| void WL_DYN_FN | libdecor_frame_unset_maximized (struct libdecor_frame *frame) |
| struct libdecor *WL_DYN_FN | libdecor_new (struct wl_display *display, struct libdecor_interface *iface) |
| void WL_DYN_FN | libdecor_state_free (struct libdecor_state *state) |
| struct libdecor_state *WL_DYN_FN | libdecor_state_new (int width, int height) |
| void WL_DYN_FN | libdecor_unref (struct libdecor *context) |
Definition at line 61 of file wayland_dynload_libdecor.h.
| bool WL_DYN_FN WaylandDynload_Libdecor::libdecor_configuration_get_content_size | ( | struct libdecor_configuration * | configuration, |
| struct libdecor_frame * | frame, | ||
| int * | width, | ||
| int * | height ) |
References libdecor_configuration_get_content_size().
Referenced by libdecor_configuration_get_content_size().
| bool WL_DYN_FN WaylandDynload_Libdecor::libdecor_configuration_get_window_state | ( | struct libdecor_configuration * | configuration, |
| enum libdecor_window_state * | window_state ) |
References libdecor_configuration_get_window_state().
Referenced by libdecor_configuration_get_window_state().
| struct libdecor_frame *WL_DYN_FN WaylandDynload_Libdecor::libdecor_decorate | ( | struct libdecor * | context, |
| struct wl_surface * | surface, | ||
| struct libdecor_frame_interface * | iface, | ||
| void * | user_data ) |
References libdecor_decorate(), and wl_surface.
Referenced by libdecor_decorate().
| int WL_DYN_FN WaylandDynload_Libdecor::libdecor_dispatch | ( | struct libdecor * | context, |
| int | timeout ) |
References libdecor_dispatch().
Referenced by libdecor_dispatch().
| void WL_DYN_FN WaylandDynload_Libdecor::libdecor_frame_commit | ( | struct libdecor_frame * | frame, |
| struct libdecor_state * | state, | ||
| struct libdecor_configuration * | configuration ) |
References libdecor_frame_commit(), and state.
Referenced by libdecor_frame_commit().
| struct xdg_toplevel *WL_DYN_FN WaylandDynload_Libdecor::libdecor_frame_get_xdg_toplevel | ( | struct libdecor_frame * | frame | ) |
References libdecor_frame_get_xdg_toplevel().
Referenced by libdecor_frame_get_xdg_toplevel().
| void WL_DYN_FN WaylandDynload_Libdecor::libdecor_frame_map | ( | struct libdecor_frame * | frame | ) |
References libdecor_frame_map().
Referenced by libdecor_frame_map().
| void WL_DYN_FN WaylandDynload_Libdecor::libdecor_frame_set_app_id | ( | struct libdecor_frame * | frame, |
| const char * | app_id ) |
References libdecor_frame_set_app_id().
Referenced by libdecor_frame_set_app_id().
| void WL_DYN_FN WaylandDynload_Libdecor::libdecor_frame_set_fullscreen | ( | struct libdecor_frame * | frame, |
| struct wl_output * | output ) |
References libdecor_frame_set_fullscreen(), and output.
Referenced by libdecor_frame_set_fullscreen().
| void WL_DYN_FN WaylandDynload_Libdecor::libdecor_frame_set_maximized | ( | struct libdecor_frame * | frame | ) |
References libdecor_frame_set_maximized().
Referenced by libdecor_frame_set_maximized().
| void WL_DYN_FN WaylandDynload_Libdecor::libdecor_frame_set_min_content_size | ( | struct libdecor_frame * | frame, |
| int | content_width, | ||
| int | content_height ) |
References libdecor_frame_set_min_content_size().
Referenced by libdecor_frame_set_min_content_size().
| void WL_DYN_FN WaylandDynload_Libdecor::libdecor_frame_set_minimized | ( | struct libdecor_frame * | frame | ) |
References libdecor_frame_set_minimized().
Referenced by libdecor_frame_set_minimized().
| void WL_DYN_FN WaylandDynload_Libdecor::libdecor_frame_set_parent | ( | struct libdecor_frame * | frame, |
| struct libdecor_frame * | parent ) |
References libdecor_frame_set_parent().
Referenced by libdecor_frame_set_parent().
| void WL_DYN_FN WaylandDynload_Libdecor::libdecor_frame_set_title | ( | struct libdecor_frame * | frame, |
| const char * | title ) |
References libdecor_frame_set_title().
Referenced by libdecor_frame_set_title().
| void WL_DYN_FN WaylandDynload_Libdecor::libdecor_frame_unref | ( | struct libdecor_frame * | frame | ) |
References libdecor_frame_unref().
Referenced by libdecor_frame_unref().
| void WL_DYN_FN WaylandDynload_Libdecor::libdecor_frame_unset_fullscreen | ( | struct libdecor_frame * | frame | ) |
References libdecor_frame_unset_fullscreen().
Referenced by libdecor_frame_unset_fullscreen().
| void WL_DYN_FN WaylandDynload_Libdecor::libdecor_frame_unset_maximized | ( | struct libdecor_frame * | frame | ) |
References libdecor_frame_unset_maximized().
Referenced by libdecor_frame_unset_maximized().
| struct libdecor *WL_DYN_FN WaylandDynload_Libdecor::libdecor_new | ( | struct wl_display * | display, |
| struct libdecor_interface * | iface ) |
References libdecor_new(), and wl_display.
Referenced by libdecor_new().
| void WL_DYN_FN WaylandDynload_Libdecor::libdecor_state_free | ( | struct libdecor_state * | state | ) |
References libdecor_state_free(), and state.
Referenced by libdecor_state_free().
| struct libdecor_state *WL_DYN_FN WaylandDynload_Libdecor::libdecor_state_new | ( | int | width, |
| int | height ) |
References libdecor_state_new().
Referenced by libdecor_state_new().
| void WL_DYN_FN WaylandDynload_Libdecor::libdecor_unref | ( | struct libdecor * | context | ) |
References libdecor_unref().
Referenced by libdecor_unref().