corrected indentation
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9230 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
#if !TARGET_CARBON
|
||||
|
||||
#include <wx/mac/uma.h>
|
||||
#include <wx/mac/aga.h>
|
||||
|
||||
#if !TARGET_CARBON
|
||||
|
||||
#include <extcdef.h>
|
||||
#include <PictUtils.h>
|
||||
|
||||
@@ -32,7 +33,7 @@ const RGBColor gAGAColorArray[] = { {0xFFFF, 0xFFFF, 0xFFFF}, // W
|
||||
{0x4444, 0x4444, 0x4444}, // 11
|
||||
{0x2222, 0x2222, 0x2222}, // 12
|
||||
{0x0000, 0x0000, 0x0000} // B
|
||||
};
|
||||
};
|
||||
|
||||
char LAGADefaultOutline_mCorners[4][5][5] = {
|
||||
// topleft
|
||||
@@ -67,7 +68,7 @@ char LAGADefaultOutline_mCorners[4][5][5] = {
|
||||
{ 8, 8, B, -1, -1 },
|
||||
{ B, 12, -1, -1, -1 }
|
||||
}
|
||||
};
|
||||
};
|
||||
|
||||
char LAGAPushButton_mCorners[3][4][4][4] = {
|
||||
// Enabled
|
||||
@@ -163,7 +164,7 @@ char LAGAPushButton_mCorners[3][4][4][4] = {
|
||||
{ 7, 7, -1, -1 }
|
||||
}
|
||||
}
|
||||
};
|
||||
};
|
||||
|
||||
RGBColor gAGARamp[] =
|
||||
{
|
||||
|
@@ -1,7 +1,8 @@
|
||||
#if !TARGET_CARBON
|
||||
|
||||
#include <wx/mac/uma.h>
|
||||
#include <wx/mac/aga.h>
|
||||
|
||||
#if !TARGET_CARBON
|
||||
|
||||
#include <extcdef.h>
|
||||
#include <PictUtils.h>
|
||||
|
||||
@@ -32,7 +33,7 @@ const RGBColor gAGAColorArray[] = { {0xFFFF, 0xFFFF, 0xFFFF}, // W
|
||||
{0x4444, 0x4444, 0x4444}, // 11
|
||||
{0x2222, 0x2222, 0x2222}, // 12
|
||||
{0x0000, 0x0000, 0x0000} // B
|
||||
};
|
||||
};
|
||||
|
||||
char LAGADefaultOutline_mCorners[4][5][5] = {
|
||||
// topleft
|
||||
@@ -67,7 +68,7 @@ char LAGADefaultOutline_mCorners[4][5][5] = {
|
||||
{ 8, 8, B, -1, -1 },
|
||||
{ B, 12, -1, -1, -1 }
|
||||
}
|
||||
};
|
||||
};
|
||||
|
||||
char LAGAPushButton_mCorners[3][4][4][4] = {
|
||||
// Enabled
|
||||
@@ -163,7 +164,7 @@ char LAGAPushButton_mCorners[3][4][4][4] = {
|
||||
{ 7, 7, -1, -1 }
|
||||
}
|
||||
}
|
||||
};
|
||||
};
|
||||
|
||||
RGBColor gAGARamp[] =
|
||||
{
|
||||
|
Reference in New Issue
Block a user