mirror of
https://github.com/hyprwm/Hypr.git
synced 2024-11-14 18:55:58 +01:00
commit
03daf47f50
2 changed files with 3 additions and 3 deletions
|
@ -29,7 +29,9 @@ ELSE()
|
|||
message(STATUS "Configuring Hypr in Release with CMake!")
|
||||
ENDIF(CMAKE_BUILD_TYPE MATCHES Debug OR CMAKE_BUILD_TYPE MATCHES DEBUG)
|
||||
|
||||
target_link_libraries(Hypr rt)
|
||||
IF(UNIX AND NOT APPLE)
|
||||
target_link_libraries(Hypr rt)
|
||||
ENDIF()
|
||||
|
||||
set(CPACK_PROJECT_NAME ${PROJECT_NAME})
|
||||
set(CPACK_PROJECT_VERSION ${PROJECT_VERSION})
|
||||
|
|
|
@ -28,8 +28,6 @@ namespace Events {
|
|||
void redraw();
|
||||
void setThread();
|
||||
|
||||
inline timer_t timerid;
|
||||
|
||||
// For docks etc
|
||||
inline bool nextWindowCentered = false;
|
||||
|
||||
|
|
Loading…
Reference in a new issue