Changeset 66a2becf in mainline for uspace/lib/ui/private/window.h


Ignore:
Timestamp:
2020-11-11T18:05:01Z (3 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
b93ec7c0
Parents:
d942ca4
Message:

Application area GC / port font editor

Font editor and other 'non-GUI' applications typically assume that
0,0 is the top left of the 'screen'/application area. We provide
a special GC that meets this requirement.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/ui/private/window.h

    rd942ca4 r66a2becf  
    5959        /** Window GC */
    6060        gfx_context_t *gc;
     61        /** Application area bitmap */
     62        gfx_bitmap_t *app_bmp;
     63        /** Application area GC */
     64        gfx_context_t *app_gc;
    6165        /** UI resource. Ideally this would be in ui_t. */
    6266        struct ui_resource *res;
Note: See TracChangeset for help on using the changeset viewer.