Kaydet (Commit) 90cdd9ee authored tarafından Takeshi Abe's avatar Takeshi Abe

vcl: This is constant

Change-Id: I27a83996031b9494ad736ad82a7fff5740fbaf30
üst 4a59a231
...@@ -174,7 +174,7 @@ Rectangle WinSalSystem::GetDisplayScreenPosSizePixel( unsigned int nScreen ) ...@@ -174,7 +174,7 @@ Rectangle WinSalSystem::GetDisplayScreenPosSizePixel( unsigned int nScreen )
The first dimension is the button combination, the second dimension The first dimension is the button combination, the second dimension
is the button identifier. is the button identifier.
*/ */
static int DEFAULT_BTN_MAPPING_TABLE[][8] = static const int DEFAULT_BTN_MAPPING_TABLE[][8] =
{ {
// Undefined OK CANCEL ABORT RETRY IGNORE YES NO // Undefined OK CANCEL ABORT RETRY IGNORE YES NO
{ MB_DEFBUTTON1, MB_DEFBUTTON1, MB_DEFBUTTON1, MB_DEFBUTTON1, MB_DEFBUTTON1, MB_DEFBUTTON1, MB_DEFBUTTON1, MB_DEFBUTTON1 }, //OK { MB_DEFBUTTON1, MB_DEFBUTTON1, MB_DEFBUTTON1, MB_DEFBUTTON1, MB_DEFBUTTON1, MB_DEFBUTTON1, MB_DEFBUTTON1, MB_DEFBUTTON1 }, //OK
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment