1#ifndef SWC_REGION_H
2#define SWC_REGION_H
3
4#include <stdint.h>
5
6struct wl_client;
7
8struct wl_resource *
9region_new(struct wl_client *client, uint32_t version, uint32_t id);
10
11#endif
1#ifndef SWC_REGION_H
2#define SWC_REGION_H
3
4#include <stdint.h>
5
6struct wl_client;
7
8struct wl_resource *
9region_new(struct wl_client *client, uint32_t version, uint32_t id);
10
11#endif