mirror of
https://github.com/reactos/reactos.git
synced 2025-08-07 06:53:00 +00:00
[MSPAINT] s/pointSP/s_pointSP/ and s/pointStack/s_pointStack/
CORE-18867
This commit is contained in:
parent
3fa6d74a01
commit
ec53d42278
3 changed files with 51 additions and 51 deletions
|
@ -36,8 +36,8 @@ struct ToolBase
|
|||
TOOLTYPE m_tool;
|
||||
HDC m_hdc;
|
||||
COLORREF m_fg, m_bg;
|
||||
static INT pointSP;
|
||||
static POINT pointStack[256];
|
||||
static INT s_pointSP;
|
||||
static POINT s_pointStack[256];
|
||||
|
||||
ToolBase(TOOLTYPE tool) : m_tool(tool), m_hdc(NULL) { }
|
||||
virtual ~ToolBase() { }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue