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