Ignore:
File:
1 edited

Legend:

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

    r9d58539 rdbf2ca4  
    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.