Fix bad RECT declaration spacing
Yes I'm that bad at search & replace Signed-off-by: Gabriel Ravier <gabravier@gmail.com>
This commit is contained in:
parent
3d42044917
commit
569c2c28b6
1 changed files with 13 additions and 26 deletions
|
@ -127,7 +127,6 @@ void ActCaret02(CARET *crt)
|
|||
void ActCaret03(CARET *crt)
|
||||
{
|
||||
RECT rect[4] = {
|
||||
|
||||
{0, 48, 16, 64},
|
||||
{16, 48, 32, 64},
|
||||
{32, 48, 48, 64},
|
||||
|
@ -147,7 +146,6 @@ void ActCaret03(CARET *crt)
|
|||
void ActCaret04(CARET *crt)
|
||||
{
|
||||
RECT rect[9] = {
|
||||
|
||||
{64, 32, 80, 48},
|
||||
{80, 32, 96, 48},
|
||||
{96, 32, 112, 48},
|
||||
|
@ -173,7 +171,6 @@ void ActCaret04(CARET *crt)
|
|||
void ActCaret05(CARET *crt)
|
||||
{
|
||||
RECT rect[7] = {
|
||||
|
||||
{32, 64, 40, 72},
|
||||
{32, 72, 40, 80},
|
||||
{40, 64, 48, 72},
|
||||
|
@ -201,7 +198,6 @@ void ActCaret05(CARET *crt)
|
|||
void ActCaret07(CARET *crt)
|
||||
{
|
||||
RECT rcLeft[7] = {
|
||||
|
||||
{56, 0, 64, 8},
|
||||
{64, 0, 72, 8},
|
||||
{72, 0, 80, 8},
|
||||
|
@ -269,13 +265,11 @@ void ActCaret09(CARET *crt)
|
|||
void ActCaret10(CARET *crt)
|
||||
{
|
||||
RECT rcLeft[2] = {
|
||||
|
||||
{0, 0, 56, 16},
|
||||
{0, 16, 56, 32},
|
||||
};
|
||||
|
||||
RECT rcRight[2] = {
|
||||
|
||||
{0, 96, 56, 112},
|
||||
{0, 112, 56, 128},
|
||||
};
|
||||
|
@ -321,7 +315,6 @@ void ActCaret11(CARET *crt)
|
|||
crt->y += crt->ym;
|
||||
|
||||
RECT rcRight[7] = {
|
||||
|
||||
{56, 8, 64, 16},
|
||||
{64, 8, 72, 16},
|
||||
{72, 8, 80, 16},
|
||||
|
@ -344,7 +337,6 @@ void ActCaret11(CARET *crt)
|
|||
void ActCaret12(CARET *crt)
|
||||
{
|
||||
RECT rcLeft[2] = {
|
||||
|
||||
{112, 0, 144, 32},
|
||||
{144, 0, 176, 32},
|
||||
};
|
||||
|
@ -362,7 +354,6 @@ void ActCaret12(CARET *crt)
|
|||
void ActCaret13(CARET *crt)
|
||||
{
|
||||
RECT rcLeft[2] = {
|
||||
|
||||
{56, 24, 64, 32},
|
||||
{0, 0, 0, 0},
|
||||
};
|
||||
|
@ -407,7 +398,6 @@ void ActCaret13(CARET *crt)
|
|||
void ActCaret14(CARET *crt)
|
||||
{
|
||||
RECT rect[5] = {
|
||||
|
||||
{0, 96, 40, 136},
|
||||
{40, 96, 80, 136},
|
||||
{80, 96, 120, 136},
|
||||
|
@ -429,7 +419,6 @@ void ActCaret14(CARET *crt)
|
|||
void ActCaret15(CARET *crt)
|
||||
{
|
||||
RECT rcLeft[4] = {
|
||||
|
||||
{0, 72, 8, 80},
|
||||
{8, 72, 16, 80},
|
||||
{16, 72, 24, 80},
|
||||
|
@ -450,7 +439,6 @@ void ActCaret15(CARET *crt)
|
|||
void ActCaret16(CARET *crt)
|
||||
{
|
||||
RECT rcLeft[2] = {
|
||||
|
||||
{104, 96, 144, 104},
|
||||
{104, 104, 144, 112},
|
||||
};
|
||||
|
@ -467,7 +455,6 @@ void ActCaret16(CARET *crt)
|
|||
void ActCaret17(CARET *crt)
|
||||
{
|
||||
RECT rcLeft[2] = {
|
||||
|
||||
{0, 144, 144, 152},
|
||||
{0, 0, 0, 0},
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue