mirror of
https://github.com/swaywm/sway.git
synced 2025-11-02 09:01:40 -05:00
Fix titles and detect edges for hide_edge_borders
This commit is contained in:
parent
0c96d757d0
commit
6ff7c52736
3 changed files with 92 additions and 98 deletions
|
|
@ -51,6 +51,10 @@ struct sway_view {
|
|||
char *title_format;
|
||||
enum sway_container_border border;
|
||||
int border_thickness;
|
||||
bool border_top;
|
||||
bool border_bottom;
|
||||
bool border_left;
|
||||
bool border_right;
|
||||
|
||||
union {
|
||||
struct wlr_xdg_surface_v6 *wlr_xdg_surface_v6;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue