mirror of
https://github.com/labwc/labwc.git
synced 2026-02-13 04:27:49 -05:00
magnifier: rename some functions
This commit is contained in:
parent
cfbe54e67a
commit
b66c0d8797
5 changed files with 16 additions and 16 deletions
|
|
@ -14,12 +14,12 @@ enum magnify_dir {
|
|||
MAGNIFY_DECREASE
|
||||
};
|
||||
|
||||
void magnify_toggle(struct server *server);
|
||||
void magnify_set_scale(struct server *server, enum magnify_dir dir);
|
||||
void magnifier_toggle(struct server *server);
|
||||
void magnifier_set_scale(struct server *server, enum magnify_dir dir);
|
||||
bool output_wants_magnification(struct output *output);
|
||||
void magnify(struct output *output, struct wlr_buffer *output_buffer,
|
||||
void magnifier_draw(struct output *output, struct wlr_buffer *output_buffer,
|
||||
struct wlr_box *damage);
|
||||
bool is_magnify_on(void);
|
||||
void magnify_reset(void);
|
||||
bool magnifier_is_enabled(void);
|
||||
void magnifier_reset(void);
|
||||
|
||||
#endif /* LABWC_MAGNIFIER_H */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue