Changeset dbf2ca4 in mainline
- Timestamp:
- 2012-08-16T18:41:57Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 9f5cf68
- Parents:
- f73b291
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
abi/include/fb/visuals.h
rf73b291 rdbf2ca4 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.