mirror of
https://github.com/hyprwm/Hypr.git
synced 2024-12-26 03:09:49 +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!")
|
message(STATUS "Configuring Hypr in Release with CMake!")
|
||||||
ENDIF(CMAKE_BUILD_TYPE MATCHES Debug OR CMAKE_BUILD_TYPE MATCHES DEBUG)
|
ENDIF(CMAKE_BUILD_TYPE MATCHES Debug OR CMAKE_BUILD_TYPE MATCHES DEBUG)
|
||||||
|
|
||||||
|
IF(UNIX AND NOT APPLE)
|
||||||
target_link_libraries(Hypr rt)
|
target_link_libraries(Hypr rt)
|
||||||
|
ENDIF()
|
||||||
|
|
||||||
set(CPACK_PROJECT_NAME ${PROJECT_NAME})
|
set(CPACK_PROJECT_NAME ${PROJECT_NAME})
|
||||||
set(CPACK_PROJECT_VERSION ${PROJECT_VERSION})
|
set(CPACK_PROJECT_VERSION ${PROJECT_VERSION})
|
||||||
|
|
|
@ -28,8 +28,6 @@ namespace Events {
|
||||||
void redraw();
|
void redraw();
|
||||||
void setThread();
|
void setThread();
|
||||||
|
|
||||||
inline timer_t timerid;
|
|
||||||
|
|
||||||
// For docks etc
|
// For docks etc
|
||||||
inline bool nextWindowCentered = false;
|
inline bool nextWindowCentered = false;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue