mirror of
https://github.com/reactos/reactos.git
synced 2025-02-25 09:50:02 +00:00
added more hlines to isolate it's problem
svn path=/trunk/; revision=5516
This commit is contained in:
parent
77e6a164bb
commit
0fa3b8483b
1 changed files with 27 additions and 1 deletions
|
@ -93,7 +93,33 @@ DrawLines(HDC hDC)
|
|||
{ 6, 2, 5, 5, grn },
|
||||
{ 5, 6, 2, 5, blu },
|
||||
{ 1, 5, 2, 2, blk },
|
||||
};
|
||||
|
||||
{ 50, 1, 51, 1, red },
|
||||
{ 50, 2, 52, 2, grn },
|
||||
{ 50, 3, 53, 3, blu },
|
||||
{ 50, 4, 54, 4, blk },
|
||||
{ 50, 5, 55, 5, red },
|
||||
{ 50, 6, 56, 6, grn },
|
||||
{ 50, 7, 57, 7, blu },
|
||||
{ 50, 8, 58, 8, blk },
|
||||
{ 50, 9, 59, 9, red },
|
||||
{ 50, 10, 60, 10, grn },
|
||||
{ 50, 11, 61, 11, blu },
|
||||
{ 50, 12, 62, 12, blk },
|
||||
|
||||
{ 50, 14, 62, 14, red },
|
||||
{ 51, 15, 62, 15, grn },
|
||||
{ 52, 16, 62, 16, blu },
|
||||
{ 53, 17, 62, 17, blk },
|
||||
{ 54, 18, 62, 18, red },
|
||||
{ 55, 19, 62, 19, grn },
|
||||
{ 56, 20, 62, 20, blu },
|
||||
{ 57, 21, 62, 21, blk },
|
||||
{ 58, 22, 62, 22, red },
|
||||
{ 59, 23, 62, 23, grn },
|
||||
{ 60, 24, 62, 24, blu },
|
||||
{ 61, 25, 62, 25, blk },
|
||||
};
|
||||
int i;
|
||||
|
||||
for (i = 0; i < sizeof(points) / sizeof(points[0]); i++)
|
||||
|
|
Loading…
Reference in a new issue