mirror of
https://github.com/labwc/labwc.git
synced 2025-10-31 22:25:34 -04:00
overlay: s/preview/overlay/
Replace "preview" in rc.xml and themerc with "overlay" since "preview" sounds like it shows the window content. Breaking changes are: - `snapping.preview.*` in themerc is now replaced with `snapping.overlay`. - `<snapping><preview>` in rc.xml is now replaced with `<snapping><overlay>`.
This commit is contained in:
parent
3f10857496
commit
34290ef629
9 changed files with 97 additions and 97 deletions
|
|
@ -107,9 +107,9 @@ struct rcxml {
|
|||
|
||||
/* window snapping */
|
||||
int snap_edge_range;
|
||||
bool snap_preview_enabled;
|
||||
int snap_preview_delay_inner;
|
||||
int snap_preview_delay_outer;
|
||||
bool snap_overlay_enabled;
|
||||
int snap_overlay_delay_inner;
|
||||
int snap_overlay_delay_outer;
|
||||
bool snap_top_maximize;
|
||||
enum tiling_events_mode snap_tiling_events_mode;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue