1#ifndef SWC_SNAP_H
2#define SWC_SNAP_H
3
4struct wl_display;
5struct wl_global;
6
7struct wl_global *
8snap_manager_create(struct wl_display *display);
9
10#endif
1#ifndef SWC_SNAP_H
2#define SWC_SNAP_H
3
4struct wl_display;
5struct wl_global;
6
7struct wl_global *
8snap_manager_create(struct wl_display *display);
9
10#endif