forked from Lainports/freebsd-ports
Albert is a fast and flexible keyboard launcher Approved by: lwhsu Differential Revision: https://reviews.freebsd.org/D23367
11 lines
374 B
C++
11 lines
374 B
C++
--- lib/globalshortcut/src/hotkeymanager.cpp.orig 2018-12-31 18:07:36 UTC
|
|
+++ lib/globalshortcut/src/hotkeymanager.cpp
|
|
@@ -1,7 +1,7 @@
|
|
// Copyright (C) 2014-2018 Manuel Schneider
|
|
|
|
#include "globalshortcut/hotkeymanager.h"
|
|
-#if defined __linux__
|
|
+#if defined __linux__ || defined(__FreeBSD__)
|
|
#include "hotkeymanager_x11.h"
|
|
#elif defined __APPLE__
|
|
#elif defined _WIN32
|