Changeset 6cef8d6a in mainline for uspace/lib/input/include/ipc/mouseev.h
- Timestamp:
- 2023-12-04T18:59:41Z (18 months ago)
- Branches:
- master, topic/simplify-dev-export
- Children:
- 10fc93c
- Parents:
- fa942bc
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/input/include/ipc/mouseev.h
rfa942bc r6cef8d6a 1 1 /* 2 * Copyright (c) 20 09Jiri Svoboda2 * Copyright (c) 2023 Jiri Svoboda 3 3 * All rights reserved. 4 4 * … … 27 27 */ 28 28 29 /** @addtogroup lib c29 /** @addtogroup libinput 30 30 * @brief 31 31 * @{ … … 34 34 */ 35 35 36 #ifndef _LIB C_IPC_MOUSEEV_H_37 #define _LIB C_IPC_MOUSEEV_H_36 #ifndef _LIBINPUT_IPC_MOUSEEV_H_ 37 #define _LIBINPUT_IPC_MOUSEEV_H_ 38 38 39 39 #include <ipc/common.h>
Note:
See TracChangeset
for help on using the changeset viewer.