darclander / starBackground

A self-made wallpaper engine which turns your windows wallpaper into a moving background.
GNU General Public License v3.0
20 stars 4 forks source link

Window management #2

Open darclander opened 3 years ago

darclander commented 3 years ago

Currently the window management is handled with input to the application via argc in C++. The default value for 0 arguments is to set the window width: 1920 and height: 1080. A better solution would be to find the window dimensions and set the width / height accordingly.