ybakos / wayland

Core Wayland protocol and libraries
Other
0 stars 0 forks source link

uint8_t instead of char? #36

Open ybakos opened 8 years ago

ybakos commented 8 years ago

Example: wayland-shm.c, wl_shm_pool data member has a char* type... should it be uint8_t*?