Changeset 66a2becf in mainline for uspace/lib/ui/include/ui/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/include/ui/window.h

    rd942ca4 r66a2becf  
    5555extern ui_resource_t *ui_window_get_res(ui_window_t *);
    5656extern gfx_context_t *ui_window_get_gc(ui_window_t *);
     57extern errno_t ui_window_get_app_gc(ui_window_t *, gfx_context_t **);
    5758extern void ui_window_get_app_rect(ui_window_t *, gfx_rect_t *);
    5859extern errno_t ui_window_paint(ui_window_t *);
Note: See TracChangeset for help on using the changeset viewer.