Subversion Repositories Kolibri OS

Rev

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

Rev 813 Rev 815
Line 173... Line 173...
173
  int xmax;
173
  int xmax;
174
  int ymax;
174
  int ymax;
175
}clip_t, *PTRclip;
175
}clip_t, *PTRclip;
176
 
176
 
Line -... Line 177...
-
 
177
 
-
 
178
typedef struct
-
 
179
{
-
 
180
  u32_t width;
-
 
181
  u32_t height;
-
 
182
  u32_t format;
-
 
183
  u32_t pitch;
-
 
184
  u32_t offset;
-
 
185
  u32_t pitch_offset;
-
 
186
  u32_t *raw;
-
 
187
}pixmap_t;
-
 
188
 
-
 
189
 
177
typedef struct {
190
typedef struct {
178
    int			token;		/* id of the token */
191
    int			token;		/* id of the token */
179
    const char *	name;		/* token name */
192
    const char *	name;		/* token name */
180
} SymTabRec, *SymTabPtr;
193
} SymTabRec, *SymTabPtr;