mirror of
https://github.com/labwc/labwc.git
synced 2026-02-12 04:27:57 -05:00
rcxml: s/csd/xdg_shell_server_side_deco
This commit is contained in:
parent
090e78b85a
commit
35ff6e5bb0
11 changed files with 27 additions and 21 deletions
|
|
@ -8,7 +8,7 @@
|
|||
#include "common/buf.h"
|
||||
|
||||
struct rcxml {
|
||||
bool client_side_decorations;
|
||||
bool xdg_shell_server_side_deco;
|
||||
char *theme_name;
|
||||
char *font_name_activewindow;
|
||||
int font_size_activewindow;
|
||||
|
|
|
|||
|
|
@ -147,7 +147,7 @@ struct view {
|
|||
|
||||
int xdg_grab_offset;
|
||||
|
||||
bool show_server_side_deco;
|
||||
bool server_side_deco;
|
||||
|
||||
struct wl_listener map;
|
||||
struct wl_listener unmap;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue