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 <ideasman42@gmail.com>2018-06-17 18:01:43 +0300
committerCampbell Barton <ideasman42@gmail.com>2018-06-17 18:03:10 +0300
commit4be752a93cf37700668c604296f37ea08248f13b (patch)
tree0f838c87eaa6bf289b76f232e6b1571a28a55cba /source/gameengine/GamePlayer/common/GPC_Canvas.h
parent5513da65b24a3ce77b1709acea841475115f3a7a (diff)
Cleanup: trailing space in source/gameengine/
Diffstat (limited to 'source/gameengine/GamePlayer/common/GPC_Canvas.h')
-rw-r--r--source/gameengine/GamePlayer/common/GPC_Canvas.h20
1 files changed, 10 insertions, 10 deletions
diff --git a/source/gameengine/GamePlayer/common/GPC_Canvas.h b/source/gameengine/GamePlayer/common/GPC_Canvas.h
index 688ed8ac0f4..615e3eaaf9e 100644
--- a/source/gameengine/GamePlayer/common/GPC_Canvas.h
+++ b/source/gameengine/GamePlayer/common/GPC_Canvas.h
@@ -74,20 +74,20 @@ public:
/**
* \section Methods inherited from abstract base class RAS_ICanvas.
*/
-
- int
+
+ int
GetWidth(
) const {
return m_width;
}
-
- int
+
+ int
GetHeight(
) const {
return m_height;
}
- const
+ const
RAS_Rect &
GetDisplayArea(
) const {
@@ -100,24 +100,24 @@ public:
) {
m_displayarea= *rect;
};
-
+
RAS_Rect &
GetWindowArea(
) {
return m_displayarea;
}
- void
+ void
BeginFrame(
) {};
/**
* Draws overlay banners and progress bars.
*/
- void
+ void
EndFrame(
) {};
-
+
void SetViewPort(int x1, int y1, int x2, int y2);
void UpdateViewPort(int x1, int y1, int x2, int y2);
const int *GetViewPort();
@@ -128,7 +128,7 @@ public:
* \section Methods inherited from abstract base class RAS_ICanvas.
* Semantics are not yet honored.
*/
-
+
void SetMouseState(RAS_MouseState mousestate)
{
// not yet