Changes in uspace/lib/display/src/display.c [4ac11ff:762f989] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/display/src/display.c
r4ac11ff r762f989 38 38 #include <mem.h> 39 39 #include <stdlib.h> 40 #include "../private/display.h"41 40 #include "../private/params.h" 42 41 … … 199 198 /** Destroy display window. 200 199 * 201 * @param window Window or @c NULL200 * @param window Window 202 201 * @return EOK on success or an error code. In both cases @a window must 203 202 * not be accessed anymore … … 207 206 async_exch_t *exch; 208 207 errno_t rc; 209 210 if (window == NULL)211 return EOK;212 208 213 209 exch = async_exchange_begin(window->display->sess);
Note:
See TracChangeset
for help on using the changeset viewer.