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


Ignore:
Timestamp:
2019-11-06T13:23:59Z (4 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
959b7ec
Parents:
b2d1df3
git-author:
Jiri Svoboda <jiri@…> (2019-10-03 18:23:56)
git-committer:
Jiri Svoboda <jiri@…> (2019-11-06 13:23:59)
Message:

ds_window_delete should be ds_window_destroy

File:
1 edited

Legend:

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

    rb2d1df3 r648e2ac  
    4747
    4848extern errno_t ds_window_create(ds_client_t *, ds_window_t **);
    49 extern errno_t ds_window_delete(ds_window_t *);
     49extern errno_t ds_window_destroy(ds_window_t *);
    5050extern gfx_context_t *ds_window_get_ctx(ds_window_t *);
    5151
Note: See TracChangeset for help on using the changeset viewer.