Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 812 → Rev 813

/programs/system/drivers/ati2d/accel_2d.h
3,10 → 3,9
#define DRAW_RECT 2
#define LINE_2P 3
#define BLIT 4
#define COMPIZ 5
 
 
typedef unsigned int color_t;
typedef unsigned int u32_t;
 
typedef struct
{
60,6 → 59,10
 
int Blit(blit_t *blit);
 
 
int RadeonComposite( blit_t *blit);
 
 
# define RADEON_GMC_SRC_PITCH_OFFSET_CNTL (1 << 0)
# define RADEON_GMC_DST_PITCH_OFFSET_CNTL (1 << 1)
# define RADEON_GMC_BRUSH_SOLID_COLOR (13 << 4)