Changeset afcf704 in mainline for uspace/lib/gfx/include/gfx/coord.h


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/gfx/coord.h

    r28f8f6f2 rafcf704  
    5555extern bool gfx_rect_is_empty(gfx_rect_t *);
    5656extern bool gfx_rect_is_incident(gfx_rect_t *, gfx_rect_t *);
     57extern bool gfx_rect_is_inside(gfx_rect_t *, gfx_rect_t *);
    5758extern bool gfx_pix_inside_rect(gfx_coord2_t *, gfx_rect_t *);
    5859
Note: See TracChangeset for help on using the changeset viewer.