Changeset 8fbceb81baeacb8413959994fa5883d342dd111f
- Timestamp:
- 02/16/06 08:22:57
(3 years ago)
- Author:
- Clément Stenac <zorglub@videolan.org>
- git-committer:
- Clément Stenac <zorglub@videolan.org> 1140074577 +0000
- git-parent:
[8444ce1225006facbe1b6742f8b864c66a64fe0d]
- git-author:
- Clément Stenac <zorglub@videolan.org> 1140074577 +0000
- Message:
Fix a doxygen comment
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| rb76d7cf |
r8fbceb8 |
|
| 282 | 282 | |
|---|
| 283 | 283 | |
|---|
| 284 | | /** |
|---|
| 285 | | * Button Color Information Table |
|---|
| | 284 | /** |
|---|
| | 285 | * Button Color Information Table |
|---|
| 286 | 286 | * Each entry beeing a 32bit word that contains the color indexs and alpha |
|---|
| 287 | 287 | * values to use. They are all represented by 4 bit number and stored |
|---|
| 288 | 288 | * like this [Ci3, Ci2, Ci1, Ci0, A3, A2, A1, A0]. The actual palette |
|---|
| 289 | 289 | * that the indexes reference is in the PGC. |
|---|
| 290 | | * @TODO split the uint32_t into a struct |
|---|
| | 290 | * \todo split the uint32_t into a struct |
|---|
| 291 | 291 | */ |
|---|
| 292 | 292 | typedef struct { |
|---|
| … | … | |
| 294 | 294 | } ATTRIBUTE_PACKED btn_colit_t; |
|---|
| 295 | 295 | |
|---|
| 296 | | /** |
|---|
| | 296 | /** |
|---|
| 297 | 297 | * Button Information |
|---|
| 298 | 298 | * |
|---|