Changeset b5c7cee in mainline for uspace/srv/hid/display/window.h


Ignore:
Timestamp:
2020-03-16T13:23:13Z (5 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
1a1271d
Parents:
b3825aa
git-author:
Jiri Svoboda <jiri@…> (2020-03-15 20:22:57)
git-committer:
Jiri Svoboda <jiri@…> (2020-03-16 13:23:13)
Message:

Bring focused window to top and handle overlapping windows

When rendering changes to overlapping windows, properly repaint
that area of display instead of blindly rendering just that change.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/hid/display/window.h

    rb3825aa rb5c7cee  
    5353extern void ds_window_destroy(ds_window_t *);
    5454extern errno_t ds_window_resize(ds_window_t *, gfx_coord2_t *, gfx_rect_t *);
     55extern void ds_window_bring_to_top(ds_window_t *);
    5556extern gfx_context_t *ds_window_get_ctx(ds_window_t *);
    5657extern errno_t ds_window_paint(ds_window_t *, gfx_rect_t *);
Note: See TracChangeset for help on using the changeset viewer.