Changeset 52c4264 in mainline for abi/include/fb/visuals.h


Ignore:
Timestamp:
2012-08-17T12:23:52Z (12 years ago)
Author:
Vojtech Horky <vojtechhorky@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
267f235
Parents:
ae2c925 (diff), ad78054 (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.
Message:

Merge mainline changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • abi/include/fb/visuals.h

    rae2c925 r52c4264  
    11/*
    22 * Copyright (c) 2006 Martin Decky
     3 * Copyright (c) 2011 Petr Koupy
    34 * All rights reserved.
    45 *
     
    4647        VISUAL_BGR_0_8_8_8,
    4748        VISUAL_BGR_8_8_8_0,
     49        VISUAL_ABGR_8_8_8_8,
     50        VISUAL_BGRA_8_8_8_8,
    4851        VISUAL_RGB_8_8_8,
    4952        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
    5156} visual_t;
    5257
Note: See TracChangeset for help on using the changeset viewer.