Skip to content

Commit

Permalink
renamed linux/server/keyboard.cpp,h
Browse files Browse the repository at this point in the history
  • Loading branch information
houmain committed Jan 22, 2021
1 parent afaefb7 commit 2660f06
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ if(NOT WIN32)
${SOURCES_RUNTIME}
src/linux/server/ipc.cpp
src/linux/server/ipc.h
src/linux/server/keyboard.cpp
src/linux/server/keyboard.h
src/linux/server/GrabbedKeyboards.cpp
src/linux/server/GrabbedKeyboards.h
src/linux/server/main.cpp
src/linux/server/uinput_keyboard.cpp
src/linux/server/uinput_keyboard.h
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

#include "keyboard.h"
#include "GrabbedKeyboards.h"
#include <cstdio>
#include <cerrno>
#include <array>
Expand Down
File renamed without changes.

0 comments on commit 2660f06

Please sign in to comment.