diff options
author | Vaxry <[email protected]> | 2023-01-20 19:44:30 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2023-01-20 19:44:30 +0100 |
commit | 60b880d9312574c3115d973fd532f2e15d1eafff (patch) | |
tree | b88cad7335c97c876f069f9d378589210332a95f /CMakeLists.txt | |
parent | cee7bc6e742aa02675701f772f5e7ebfb56f11ab (diff) | |
download | Hyprland-60b880d9312574c3115d973fd532f2e15d1eafff.tar.gz Hyprland-60b880d9312574c3115d973fd532f2e15d1eafff.zip |
wp-fractional-scaling-v1 impl (#1373)
* Initial fractional scaling impl
* apply UV after geom calcs
* fix scaling -> scale
* meson: add fractional scale proto
Co-authored-by: Mihai Fufezan <[email protected]>
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 4d4660c3..88f60038 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -130,4 +130,5 @@ target_link_libraries(Hyprland ${CMAKE_SOURCE_DIR}/ext-workspace-unstable-v1-protocol.o ${CMAKE_SOURCE_DIR}/wlr-foreign-toplevel-management-unstable-v1-protocol.o ${CMAKE_SOURCE_DIR}/hyprland-toplevel-export-v1-protocol.o + ${CMAKE_SOURCE_DIR}/fractional-scale-v1-protocol.o ) |