Changeset b1f0a14 in mainline for uspace/lib/ui/private/ui.h
- Timestamp:
- 2023-01-22T11:05:28Z (2 years ago)
- Branches:
- master, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 0161d16
- Parents:
- 5d380b6
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/ui/private/ui.h
r5d380b6 rb1f0a14 1 1 /* 2 * Copyright (c) 202 2Jiri Svoboda2 * Copyright (c) 2023 Jiri Svoboda 3 3 * All rights reserved. 4 4 * … … 44 44 #include <io/console.h> 45 45 #include <stdbool.h> 46 #include <types/common.h> 46 47 47 48 /** Actual structure of user interface. … … 68 69 /** Clickmatic */ 69 70 struct ui_clickmatic *clickmatic; 71 /** Default input device ID used to determine new window's seat */ 72 sysarg_t idev_id; 70 73 }; 71 74
Note:
See TracChangeset
for help on using the changeset viewer.