Changeset 4f351432 in mainline for abi/include/fb/visuals.h
- Timestamp:
- 2012-08-16T22:17:52Z (12 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 2568c94
- Parents:
- 83298e8 (diff), 6d5e378 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
abi/include/fb/visuals.h
r83298e8 r4f351432 1 1 /* 2 2 * Copyright (c) 2006 Martin Decky 3 * Copyright (c) 2011 Petr Koupy 3 4 * All rights reserved. 4 5 * … … 46 47 VISUAL_BGR_0_8_8_8, 47 48 VISUAL_BGR_8_8_8_0, 49 VISUAL_ABGR_8_8_8_8, 50 VISUAL_BGRA_8_8_8_8, 48 51 VISUAL_RGB_8_8_8, 49 52 VISUAL_RGB_0_8_8_8, 50 VISUAL_RGB_8_8_8_0 53 VISUAL_RGB_8_8_8_0, 54 VISUAL_ARGB_8_8_8_8, 55 VISUAL_RGBA_8_8_8_8 51 56 } visual_t; 52 57
Note:
See TracChangeset
for help on using the changeset viewer.