Subversion Repositories Kolibri OS

Rev

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

Rev 817 Rev 818
Line 5... Line 5...
5
#define COMPIZ     5
5
#define COMPIZ     5
6
#define PIXMAP     6
6
#define PIXMAP     6
7
#define PIXBLIT    7
7
#define PIXBLIT    7
8
#define PIXLOCK    8
8
#define PIXLOCK    8
9
 
9
#define PIXUNLOCK  9
10
 
-
 
-
 
10
 
Line 11... Line 11...
11
typedef unsigned int color_t;
11
typedef unsigned int color_t;
Line 12... Line 12...
12
 
12
 
13
typedef struct
13
typedef struct
Line 166... Line 166...
166
	/* read from PCI bus to ensure correct posting */		\
166
	/* read from PCI bus to ensure correct posting */		\
167
  INREG( RADEON_CP_RB_RPTR );                         \
167
  INREG( RADEON_CP_RB_RPTR );                         \
168
} while (0)
168
} while (0)
169
169
Line -... Line 170...
-
 
170