From 422ec60f3bf9999bf83f4ce74a5305f92a6f33c0 Mon Sep 17 00:00:00 2001 From: yaw-man Date: Sun, 14 Aug 2022 21:00:13 -0300 Subject: [PATCH] Renommer le fichier pour Wintab --- src/yaw-tab/CMakeLists.txt | 2 +- src/yaw-tab/ui.cpp | 2 +- src/yaw-tab/{tab.cpp => wintab.cpp} | 0 3 files changed, 2 insertions(+), 2 deletions(-) rename src/yaw-tab/{tab.cpp => wintab.cpp} (100%) diff --git a/src/yaw-tab/CMakeLists.txt b/src/yaw-tab/CMakeLists.txt index ea7d194..88e4891 100644 --- a/src/yaw-tab/CMakeLists.txt +++ b/src/yaw-tab/CMakeLists.txt @@ -4,7 +4,7 @@ dpf_add_plugin(yaw-tab dsp.cpp FILES_UI wtutil.cpp - tab.cpp + wintab.cpp rtstylus.cpp ui.cpp) diff --git a/src/yaw-tab/ui.cpp b/src/yaw-tab/ui.cpp index 3fa0ebf..b2a84bd 100644 --- a/src/yaw-tab/ui.cpp +++ b/src/yaw-tab/ui.cpp @@ -1,6 +1,6 @@ #include "DistrhoUI.hpp" #ifdef YAW_USE_WINTAB -#include "tab.cpp" +#include "wintab.cpp" #endif #ifdef YAW_USE_RTSTYLUS #include "rtstylus.cpp" diff --git a/src/yaw-tab/tab.cpp b/src/yaw-tab/wintab.cpp similarity index 100% rename from src/yaw-tab/tab.cpp rename to src/yaw-tab/wintab.cpp