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


Ignore:
Timestamp:
2020-06-05T20:20:06Z (4 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
8aef01c
Parents:
d70e7b7b
Message:

Window previews need to be drawn as part of ds_display_paint

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/gfx/include/gfx/coord.h

    rd70e7b7b r6301a24f  
    5454extern void gfx_rect_dims(gfx_rect_t *, gfx_coord2_t *);
    5555extern bool gfx_rect_is_empty(gfx_rect_t *);
     56extern bool gfx_rect_is_incident(gfx_rect_t *, gfx_rect_t *);
    5657extern bool gfx_pix_inside_rect(gfx_coord2_t *, gfx_rect_t *);
    5758
Note: See TracChangeset for help on using the changeset viewer.