Ignore:
Timestamp:
2021-02-16T18:12:05Z (3 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
68a552f
Parents:
ef734b7
Message:

Client-side UI rendering

It is possible to turn on and off and if turned on, one can also
enable or disable window double buffering (currently both options
are build-time).

File:
1 edited

Legend:

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

    ref734b7 r2ab8ab3  
    11/*
    2  * Copyright (c) 2019 Jiri Svoboda
     2 * Copyright (c) 2021 Jiri Svoboda
    33 * All rights reserved.
    44 *
     
    4141        GC_SET_RGB_COLOR = IPC_FIRST_USER_METHOD,
    4242        GC_FILL_RECT,
     43        GC_UPDATE,
    4344        GC_BITMAP_CREATE,
    4445        GC_BITMAP_CREATE_DOUTPUT,
    4546        GC_BITMAP_DESTROY,
    4647        GC_BITMAP_RENDER,
    47         GC_BITMAP_GET_ALLOC
     48        GC_BITMAP_GET_ALLOC,
    4849} gc_request_t;
    4950
Note: See TracChangeset for help on using the changeset viewer.