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


Ignore:
Timestamp:
2020-03-14T00:30:53Z (5 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
03c8081
Parents:
1e4a937
Message:

Resizing windows

File:
1 edited

Legend:

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

    r1e4a937 re022819  
    3737#define WINDOW_H
    3838
     39#include <display/wndparams.h>
     40#include <display/wndresize.h>
    3941#include <errno.h>
    4042#include <io/pos_event.h>
     
    4446#include "types/display/display.h"
    4547#include "types/display/window.h"
    46 #include "types/display/wndparams.h"
    4748
    4849extern gfx_context_ops_t window_gc_ops;
     
    5960extern errno_t ds_window_post_unfocus_event(ds_window_t *);
    6061extern void ds_window_move_req(ds_window_t *wnd, gfx_coord2_t *);
     62extern void ds_window_resize_req(ds_window_t *wnd, display_wnd_rsztype_t,
     63    gfx_coord2_t *);
     64extern void ds_window_calc_resize(ds_window_t *wnd, gfx_coord2_t *,
     65    gfx_rect_t *);
    6166
    6267#endif
Note: See TracChangeset for help on using the changeset viewer.