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


Ignore:
Timestamp:
2019-12-16T10:14:12Z (5 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
65160d7
Parents:
fdc8e40
git-author:
Jiri Svoboda <jiri@…> (2019-12-15 10:13:47)
git-committer:
Jiri Svoboda <jiri@…> (2019-12-16 10:14:12)
Message:

Store dimensions in display server window structure

File:
1 edited

Legend:

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

    rfdc8e40 r3434233  
    4242#include "types/display/display.h"
    4343#include "types/display/window.h"
     44#include "types/display/wndparams.h"
    4445
    4546extern gfx_context_ops_t window_gc_ops;
    4647
    47 extern errno_t ds_window_create(ds_client_t *, ds_window_t **);
     48extern errno_t ds_window_create(ds_client_t *, display_wnd_params_t *,
     49    ds_window_t **);
    4850extern void ds_window_destroy(ds_window_t *);
    4951extern gfx_context_t *ds_window_get_ctx(ds_window_t *);
Note: See TracChangeset for help on using the changeset viewer.