mirror of
https://github.com/labwc/labwc.git
synced 2026-02-15 22:05:25 -05:00
Add window resize indicator
This commit is contained in:
parent
c8321e3264
commit
58b33fb0c9
12 changed files with 296 additions and 0 deletions
|
|
@ -10,6 +10,7 @@
|
|||
#include "common/buf.h"
|
||||
#include "common/font.h"
|
||||
#include "config/libinput.h"
|
||||
#include "resize_indicator.h"
|
||||
#include "theme.h"
|
||||
|
||||
enum window_switcher_field_content {
|
||||
|
|
@ -78,6 +79,8 @@ struct rcxml {
|
|||
int snap_edge_range;
|
||||
bool snap_top_maximize;
|
||||
|
||||
enum resize_indicator_mode resize_indicator;
|
||||
|
||||
struct {
|
||||
int popuptime;
|
||||
int min_nr_workspaces;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue