mirror of
https://github.com/labwc/labwc.git
synced 2026-04-09 08:21:18 -04:00
include: add config/types.h
This commit is contained in:
parent
28513cbdbe
commit
c5934bcce7
54 changed files with 414 additions and 368 deletions
|
|
@ -5,12 +5,6 @@
|
|||
struct server;
|
||||
struct view;
|
||||
|
||||
enum resize_indicator_mode {
|
||||
LAB_RESIZE_INDICATOR_NEVER = 0,
|
||||
LAB_RESIZE_INDICATOR_ALWAYS,
|
||||
LAB_RESIZE_INDICATOR_NON_PIXEL
|
||||
};
|
||||
|
||||
void resize_indicator_reconfigure(struct server *server);
|
||||
void resize_indicator_show(struct view *view);
|
||||
void resize_indicator_update(struct view *view);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue