Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <campbell@blender.org>2022-09-07 07:04:01 +0300
committerCampbell Barton <campbell@blender.org>2022-09-07 07:04:01 +0300
commit18d1ef46f24ff52668d1d1e31cf804c47ca62a0a (patch)
treedc2de70fae59b99db3915a55d3877b8e0c42cd7b /source/blender/gpu/intern/gpu_buffers.c
parentef46f5399be944d1a0ea287baa7be391209900f5 (diff)
Cleanup: rename internal types for GHOST/Wayland
- Use pascel-case type names, instead of snake-case with `_t` suffix. - Use `GWL_` prefix (short for GhostWayLand), to distinguish these types from ghost (`GHOST_*`) and wayland (`wl_*`) types. - Rename `input` to `seat` (following wayland's own terminology). - Use `wl_` prefix for wayland native variables which have locally defined equivalents so `GWL_Output *output` isn't confused with `struct wl_output *wl_output`. As the locally defined types are used more often this is less verbose overall.
Diffstat (limited to 'source/blender/gpu/intern/gpu_buffers.c')
0 files changed, 0 insertions, 0 deletions