Changeset 03362fbd in mainline for abi/include/fb/visuals.h


Ignore:
Timestamp:
2013-02-09T23:14:45Z (13 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/fix-logger-deadlock, topic/msim-upgrade, topic/simplify-dev-export
Children:
22dfd38
Parents:
b5d2e57 (diff), 005b765 (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.

Conflict resulting from bool.h → stdbool.h move and ddf structs turning opaque.
Fails to boot to shell console.

File:
1 edited

Legend:

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

    rb5d2e57 r03362fbd  
    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.