mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-10 04:27:45 -05:00
wayland: document what FOOT_CSD_OUTSIDE does
This commit is contained in:
parent
1ccfceca05
commit
66decac16b
1 changed files with 5 additions and 0 deletions
|
|
@ -82,6 +82,11 @@ struct wl_primary {
|
|||
uint32_t serial;
|
||||
};
|
||||
|
||||
/* I'd prefer to position the CSD sub-surfaces outside the main
|
||||
* surface. Unfortunately, a lot of compositors doesn't handle this
|
||||
* correctly. When this define is 0, we instead position the CSD
|
||||
* sub-surfaces inside the main surface, and offset the grid content
|
||||
* accordingly. */
|
||||
#define FOOT_CSD_OUTSIDE 0
|
||||
extern const int csd_border_size;
|
||||
extern const int csd_title_size;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue