Changes in uspace/lib/gui/window.h [78188e5:b7fd2a0] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/gui/window.h
r78188e5 rb7fd2a0 78 78 79 79 /** Change window caption. */ 80 extern int window_set_caption(window_t *, const char *);80 extern errno_t window_set_caption(window_t *, const char *); 81 81 82 82 /**
Note:
See TracChangeset
for help on using the changeset viewer.