Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/gfx/include/types/gfx/bitmap.h

    r0d62c10 rafcf704  
    4747/** Bitmap flags */
    4848typedef enum {
     49        /** Enable color key */
     50        bmpf_color_key = 0x1,
    4951        /** Directly map GC output into this bitmap */
    50         bmpf_direct_output = 0x1,
    51         /** Enable color key */
    52         bmpf_color_key = 0x2,
    53         /** Paint non-background pixels with current drawing color */
    54         bmpf_colorize = 0x4
     52        bmpf_direct_output = 0x2
    5553} gfx_bitmap_flags_t;
    5654
Note: See TracChangeset for help on using the changeset viewer.