Changeset 0008c0f in mainline for uspace/lib/ipcgfx/include


Ignore:
Timestamp:
2019-10-26T23:30:51Z (6 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
587b4cb
Parents:
7b882c1f
Message:

Bitmaps in IPC GC and in display server

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/ipcgfx/include/ipcgfx/ipc/gc.h

    r7b882c1f r0008c0f  
    4040typedef enum {
    4141        GC_SET_RGB_COLOR = IPC_FIRST_USER_METHOD,
    42         GC_FILL_RECT
     42        GC_FILL_RECT,
     43        GC_BITMAP_CREATE,
     44        GC_BITMAP_DESTROY,
     45        GC_BITMAP_RENDER,
     46        GC_BITMAP_GET_ALLOC
    4347} gc_request_t;
    4448
Note: See TracChangeset for help on using the changeset viewer.