main
Allen Webster 2026-02-28 03:01:43 -08:00
commit 4f8388f544
2 changed files with 2 additions and 0 deletions

View File

@ -2429,6 +2429,7 @@ draw_title_bar(void){
ctx.content_limits.max_width < ctx.content_limits.min_width){
ctx.content_limits.max_width = ctx.content_limits.min_width;
}
W = ctx.frame_content_width;
H = ctx.frame_content_height;
if (W < ctx.content_limits.min_width){

View File

@ -284,6 +284,7 @@ void libdecor_frame_set_fullscreen(struct wl_output *output);
void libdecor_frame_unset_fullscreen(void);
void libdecor_frame_map(void);
bool libdecor_configuration_get_content_size(struct libdecor_configuration *configuration, int *width, int *height);
// #include "libdecor-cairo-blur.h"