Subversion Repositories Kolibri OS

Rev

Rev 7257 | Rev 7265 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 7257 Rev 7259
Line 4... Line 4...
4
//                                                                                  //
4
//                                                                                  //
5
//                                  DRAW PIXEL                                      //
5
//                                  DRAW PIXEL                                      //
6
//                                                                                  //
6
//                                                                                  //
7
//////////////////////////////////////////////////////////////////////////////////////
7
//////////////////////////////////////////////////////////////////////////////////////
Line 8... Line 8...
8
 
8
 
9
//The 'draw[]' in the array which holds the states should we draw a pixel or not.
9
//The 'draw[]' is the array which holds the states should we draw a pixel or not.
Line 10... Line 10...
10
//Is need to decrese redraw when using some tools like line, rectangle and selection.
10
//Is need to decrease redraw when using some tools like line, rectangle and selection.
11
 
11
 
12
struct _pixel_state
12
struct _pixel_state
13
{
13
{