x11: add XPanelWindow

This commit is contained in:
outfoxxed 2024-05-20 02:16:44 -07:00
parent 908ba3eef5
commit 73cfeba61b
Signed by untrusted user: outfoxxed
GPG key ID: 4C88A185FB89301E
15 changed files with 804 additions and 5 deletions

View file

@ -11,6 +11,10 @@ endif()
if (WAYLAND)
add_subdirectory(wayland)
endif ()
endif()
if (X11)
add_subdirectory(x11)
endif()
add_subdirectory(services)