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


Ignore:
Timestamp:
2019-11-10T17:07:44Z (5 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
b093a62
Parents:
6427f083
Message:

Display server should deal with client not destroying windows properly

File:
1 edited

Legend:

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

    r6427f083 rda412547  
    4747
    4848extern errno_t ds_window_create(ds_client_t *, ds_window_t **);
    49 extern errno_t ds_window_destroy(ds_window_t *);
     49extern void 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.