labwc/include/config/tablet-tool.h

10 lines
238 B
C
Raw Normal View History

/* SPDX-License-Identifier: GPL-2.0-only */
#ifndef LABWC_TABLET_TOOL_CONFIG_H
#define LABWC_TABLET_TOOL_CONFIG_H
2025-08-17 16:01:50 -04:00
#include "config/types.h"
2025-08-17 16:01:50 -04:00
enum lab_motion tablet_parse_motion(const char *name);
#endif /* LABWC_TABLET_TOOL_CONFIG_H */