7 lines
198 B
C
7 lines
198 B
C
|
#ifndef DIYAC_LAYER_H
|
||
|
#define DIYAC_LAYER_H
|
||
|
#include "diyac.h"
|
||
|
|
||
|
void diyac_new_layer_surface(struct wl_listener *listener, void *data);
|
||
|
void diyac_layers_arrange(struct diyac_output *output);
|
||
|
#endif
|