mirror of
https://github.com/labwc/labwc.git
synced 2025-11-02 09:01:47 -05:00
layers: s/arrange_layers/layers_arrange/
Because we like to start public function names with the name of the file. Move prototype from labwc.h to layers.h
This commit is contained in:
parent
04580fa825
commit
98d5fd483d
5 changed files with 9 additions and 8 deletions
|
|
@ -470,8 +470,6 @@ void cursor_finish(struct seat *seat);
|
|||
void keyboard_init(struct seat *seat);
|
||||
void keyboard_finish(struct seat *seat);
|
||||
|
||||
void arrange_layers(struct output *output);
|
||||
|
||||
void seat_init(struct server *server);
|
||||
void seat_finish(struct server *server);
|
||||
void seat_reconfigure(struct server *server);
|
||||
|
|
|
|||
|
|
@ -5,6 +5,7 @@
|
|||
#include <wlr/types/wlr_layer_shell_v1.h>
|
||||
|
||||
struct server;
|
||||
struct output;
|
||||
|
||||
#define LAB_NR_LAYERS (4)
|
||||
|
||||
|
|
@ -35,4 +36,6 @@ struct lab_layer_popup {
|
|||
|
||||
void layers_init(struct server *server);
|
||||
|
||||
void layers_arrange(struct output *output);
|
||||
|
||||
#endif /* __LABWC_LAYERS_H */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue