Changeset 7a05d924 in mainline for uspace/lib/wndmgt/include/types/wndmgt.h
- Timestamp:
- 2022-10-20T08:05:06Z (2 years ago)
- Branches:
- master, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 7cc30e9
- Parents:
- 1766326
- git-author:
- Jiri Svoboda <jiri@…> (2022-10-19 18:04:42)
- git-committer:
- Jiri Svoboda <jiri@…> (2022-10-20 08:05:06)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/wndmgt/include/types/wndmgt.h
r1766326 r7a05d924 36 36 #define _LIBWNDMGT_TYPES_WNDMGT_H_ 37 37 38 #include <ipc/services.h> 38 39 #include <types/common.h> 39 40 40 41 /** Use the default window management service (argument to wndmgt_open() */ 41 #define WNDMGT_DEFAULT NULL42 #define WNDMGT_DEFAULT SERVICE_NAME_WNDMGT 42 43 43 44 struct wndmgt;
Note:
See TracChangeset
for help on using the changeset viewer.