mirror of
https://github.com/labwc/labwc.git
synced 2026-04-12 08:21:13 -04:00
Code style
This commit is contained in:
parent
ed3d9ff6c6
commit
7d2f17ca66
1 changed files with 4 additions and 4 deletions
|
|
@ -21,11 +21,11 @@ struct wlr_scene_node *lab_wlr_scene_get_prev_node(struct wlr_scene_node *node);
|
||||||
bool lab_wlr_scene_output_commit(struct wlr_scene_output *scene_output);
|
bool lab_wlr_scene_output_commit(struct wlr_scene_output *scene_output);
|
||||||
|
|
||||||
enum magnify_dir {
|
enum magnify_dir {
|
||||||
MAGNIFY_INCREASE,
|
MAGNIFY_INCREASE,
|
||||||
MAGNIFY_DECREASE
|
MAGNIFY_DECREASE
|
||||||
};
|
};
|
||||||
|
|
||||||
void magnify_toggle (void);
|
void magnify_toggle(void);
|
||||||
void magnify_set_scale (enum magnify_dir dir);
|
void magnify_set_scale(enum magnify_dir dir);
|
||||||
|
|
||||||
#endif /* LABWC_SCENE_HELPERS_H */
|
#endif /* LABWC_SCENE_HELPERS_H */
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue