Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added code to put window as a desktop on x11 and to detect/set screen resolution #62

Open
wants to merge 9 commits into
base: main
Choose a base branch
from
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,5 @@ cmake-build-debug
assets.zip
.idea
assets/
build/
.vscode/
3 changes: 3 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,9 @@ add_executable(
src/WallpaperEngine/Core/CObject.cpp
src/WallpaperEngine/Core/CObject.h

src/WallpaperEngine/Core/CWindow.cpp
src/WallpaperEngine/Core/CWindow.h

src/WallpaperEngine/Core/Projects/CProperty.h
src/WallpaperEngine/Core/Projects/CProperty.cpp
src/WallpaperEngine/Core/Projects/CPropertyColor.h
Expand Down
Loading