Changeset 7eaeec1 in mainline for abi/include/fb/visuals.h


Ignore:
Timestamp:
2012-08-20T21:27:38Z (12 years ago)
Author:
Sean Bartell <wingedtachikoma@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
6a97f2e
Parents:
f3a37e28 (diff), dd13349 (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

    rf3a37e28 r7eaeec1  
    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.