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


Ignore:
Timestamp:
2020-01-21T15:04:53Z (4 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
28db46b
Parents:
c79545e
git-author:
Jiri Svoboda <jiri@…> (2020-01-20 19:04:50)
git-committer:
Jiri Svoboda <jiri@…> (2020-01-21 15:04:53)
Message:

Repaint display when finished moving a window

File:
1 edited

Legend:

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

    rc79545e r2012fe0  
    4040#include <io/pos_event.h>
    4141#include <types/gfx/context.h>
     42#include <types/gfx/coord.h>
    4243#include <types/gfx/ops/context.h>
    4344#include "types/display/display.h"
     
    5152extern void ds_window_destroy(ds_window_t *);
    5253extern gfx_context_t *ds_window_get_ctx(ds_window_t *);
     54extern errno_t ds_window_paint(ds_window_t *, gfx_rect_t *);
    5355extern errno_t ds_window_post_pos_event(ds_window_t *, pos_event_t *);
    5456
Note: See TracChangeset for help on using the changeset viewer.