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-10-17 04:18:16 +0300
committerCampbell Barton <campbell@blender.org>2022-10-17 04:25:40 +0300
commit94ce176e754d47831638c50dfd54f5068048e950 (patch)
tree73610d8300ae9f080c59ff1ff3f4908952d54857 /intern/ghost/intern/GHOST_WindowWayland.h
parent9f6a045e23cf4ab132ef78eeaf070bd53d0c509f (diff)
Cleanup: renaming GHOST/Wayland functions & private members
- Use `_` suffix for private members. - Use `wl_` prefix for Wayland native types to help distinguish them from local types. - Replace single character names `d` & `w` with `display` `window`. - Rename `selection` to `clipboard`. Using the primary selection as a clipboard is a separate and as yet unsupported feature.
Diffstat (limited to 'intern/ghost/intern/GHOST_WindowWayland.h')
-rw-r--r--intern/ghost/intern/GHOST_WindowWayland.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/intern/ghost/intern/GHOST_WindowWayland.h b/intern/ghost/intern/GHOST_WindowWayland.h
index 9b4c17ecd95..e95f5386310 100644
--- a/intern/ghost/intern/GHOST_WindowWayland.h
+++ b/intern/ghost/intern/GHOST_WindowWayland.h
@@ -115,9 +115,9 @@ class GHOST_WindowWayland : public GHOST_Window {
bool outputs_changed_update_scale();
private:
- GHOST_SystemWayland *m_system;
- struct GWL_Window *w;
- std::string title;
+ GHOST_SystemWayland *system_;
+ struct GWL_Window *window_;
+ std::string title_;
/**
* \param type: The type of rendering context create.