Rev 3707 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 3707 | Rev 3876 | ||
|---|---|---|---|
| Line 47... | Line 47... | ||
| 47 | 47 | ||
| 48 | /** |
48 | /** |
| 49 | * Address where the first (top left) pixel is mapped, |
49 | * Address where the first (top left) pixel is mapped, |
| 50 | * relative to "addr". |
50 | * relative to "addr". |
| 51 | */ |
51 | */ |
| 52 | unsigned int offset; |
52 | unsigned int offset; |
| 53 | 53 | ||
| 54 | /** Screen width in pixels. */ |
54 | /** Screen width in pixels. */ |
| 55 | unsigned int x; |
55 | unsigned int x; |
| 56 | 56 | ||
| 57 | /** Screen height in pixels. */ |
57 | /** Screen height in pixels. */ |