Changes in uspace/srv/hid/display/test/main.c [5271e4c:6fbd1f9] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/hid/display/test/main.c
r5271e4c r6fbd1f9 1 1 /* 2 * Copyright (c) 20 19Jiri Svoboda2 * Copyright (c) 2024 Jiri Svoboda 3 3 * All rights reserved. 4 4 * … … 31 31 PCUT_INIT; 32 32 33 PCUT_IMPORT(cfgclient); 33 34 PCUT_IMPORT(client); 34 35 PCUT_IMPORT(clonegc); 35 36 PCUT_IMPORT(cursor); 36 37 PCUT_IMPORT(display); 38 PCUT_IMPORT(ievent); 37 39 PCUT_IMPORT(seat); 38 40 PCUT_IMPORT(window); 41 PCUT_IMPORT(wmclient); 39 42 40 43 PCUT_MAIN();
Note:
See TracChangeset
for help on using the changeset viewer.