Ignore:
Timestamp:
2020-06-14T22:23:34Z (4 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
c45d8696
Parents:
28f8f6f2
Message:

Allow GUI direct access to window buffer

File:
1 edited

Legend:

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

    r28f8f6f2 rafcf704  
    4848typedef enum {
    4949        /** Enable color key */
    50         bmpf_color_key = 0x1
     50        bmpf_color_key = 0x1,
     51        /** Directly map GC output into this bitmap */
     52        bmpf_direct_output = 0x2
    5153} gfx_bitmap_flags_t;
    5254
Note: See TracChangeset for help on using the changeset viewer.