Skip to content

Commit

Permalink
feat: remove output device and management protocol support
Browse files Browse the repository at this point in the history
Instead of our own protocols kwinft_output_device_unstable_v1 and
kwinft_output_management_unstable_v1 we now only ever more support output
management through the wlr_output_management_unstable_v1 protocol.
  • Loading branch information
romangg committed Mar 31, 2023
1 parent 8b6a490 commit 23980f3
Show file tree
Hide file tree
Showing 37 changed files with 0 additions and 4,045 deletions.
30 changes: 0 additions & 30 deletions autotests/client/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -159,36 +159,6 @@ target_link_libraries(testShmPool
add_test(NAME wrapland-testShmPool COMMAND testShmPool)
ecm_mark_as_test(testShmPool)

# ##################################################################################################
# Test KWin OutputManagement
# ##################################################################################################
set(testOutputManagement_SRCS output_management.cpp)
add_executable(testOutputManagement ${testOutputManagement_SRCS})
target_link_libraries(testOutputManagement
Qt5::Test
Qt5::Gui
Wrapland::Client
Wrapland::Server
Wayland::Client
)
add_test(NAME wrapland-testOutputManagement COMMAND testOutputManagement)
ecm_mark_as_test(testOutputManagement)

# ##################################################################################################
# Test KWin OutputDevice
# ##################################################################################################
set(testOutputDevice_SRCS output_device.cpp)
add_executable(testOutputDevice ${testOutputDevice_SRCS})
target_link_libraries(testOutputDevice
Qt5::Test
Qt5::Gui
Wrapland::Client
Wrapland::Server
Wayland::Client
)
add_test(NAME wrapland-testOutputDevice COMMAND testOutputDevice)
ecm_mark_as_test(testOutputDevice)

# ##################################################################################################
# Test wlroots based OutputManagement
# ##################################################################################################
Expand Down
Loading

0 comments on commit 23980f3

Please sign in to comment.