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


Ignore:
Timestamp:
2022-05-19T08:02:31Z (3 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
master, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
ad698f4
Parents:
fd05ea6
git-author:
Jiri Svoboda <jiri@…> (2022-05-18 17:02:12)
git-committer:
Jiri Svoboda <jiri@…> (2022-05-19 08:02:31)
Message:

Maximizing/unmaximizing a window

File:
1 edited

Legend:

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

    rfd05ea6 r35cffea  
    11/*
    2  * Copyright (c) 2019 Jiri Svoboda
     2 * Copyright (c) 2022 Jiri Svoboda
    33 * All rights reserved.
    44 *
     
    6464extern void ds_window_move(ds_window_t *, gfx_coord2_t *);
    6565extern void ds_window_get_pos(ds_window_t *, gfx_coord2_t *);
     66extern void ds_window_get_max_rect(ds_window_t *, gfx_rect_t *);
    6667extern void ds_window_resize_req(ds_window_t *, display_wnd_rsztype_t,
    6768    gfx_coord2_t *);
    6869extern errno_t ds_window_resize(ds_window_t *, gfx_coord2_t *, gfx_rect_t *);
     70extern errno_t ds_window_maximize(ds_window_t *);
     71extern errno_t ds_window_unmaximize(ds_window_t *);
    6972extern void ds_window_calc_resize(ds_window_t *, gfx_coord2_t *,
    7073    gfx_rect_t *);
Note: See TracChangeset for help on using the changeset viewer.