Rename wl_resources to resource, wl_global to global

This commit is contained in:
emersion 2018-07-08 19:21:31 +01:00
parent 66ac9e7f49
commit deeca53e33
No known key found for this signature in database
GPG key ID: 0FDE7BE0E88F5E48
33 changed files with 114 additions and 114 deletions

View file

@ -248,8 +248,8 @@ listener. Example:
```c
struct wlr_compositor {
struct wl_global *wl_global;
struct wl_list wl_resources;
struct wl_global *global;
struct wl_list resources;
struct wl_listener display_destroy;