merge?
commit
4f8388f544
|
|
@ -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){
|
||||||
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;
|
W = ctx.frame_content_width;
|
||||||
H = ctx.frame_content_height;
|
H = ctx.frame_content_height;
|
||||||
if (W < ctx.content_limits.min_width){
|
if (W < ctx.content_limits.min_width){
|
||||||
|
|
|
||||||
|
|
@ -284,6 +284,7 @@ void libdecor_frame_set_fullscreen(struct wl_output *output);
|
||||||
void libdecor_frame_unset_fullscreen(void);
|
void libdecor_frame_unset_fullscreen(void);
|
||||||
void libdecor_frame_map(void);
|
void libdecor_frame_map(void);
|
||||||
|
|
||||||
|
|
||||||
bool libdecor_configuration_get_content_size(struct libdecor_configuration *configuration, int *width, int *height);
|
bool libdecor_configuration_get_content_size(struct libdecor_configuration *configuration, int *width, int *height);
|
||||||
|
|
||||||
// #include "libdecor-cairo-blur.h"
|
// #include "libdecor-cairo-blur.h"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue