mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-21 06:59:44 -05:00
commit
d2e796edb7
14 changed files with 24 additions and 22 deletions
|
|
@ -3,8 +3,10 @@
|
|||
|
||||
struct wl_resource;
|
||||
|
||||
// Implements the given resource as region.
|
||||
// Sets the associated pixman_region32_t as userdata.
|
||||
/*
|
||||
* Implements the given resource as region.
|
||||
* Sets the associated pixman_region32_t as userdata.
|
||||
*/
|
||||
void wlr_region_create(struct wl_client *client, struct wl_resource *res,
|
||||
uint32_t id);
|
||||
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@ typedef struct {
|
|||
|
||||
list_t *list_create(void);
|
||||
void list_free(list_t *list);
|
||||
void list_foreach(list_t *list, void (*callback)(void* item));
|
||||
void list_foreach(list_t *list, void (*callback)(void *item));
|
||||
void list_add(list_t *list, void *item);
|
||||
void list_push(list_t *list, void *item);
|
||||
void list_insert(list_t *list, size_t index, void *item);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue