aesophor / wmderland

🌳 X11 tiling window manager using space partitioning trees
https://www.reddit.com/r/unixporn/comments/fb8ve1/wmderland_104_time_to_move_on/
MIT License
409 stars 15 forks source link

Fix compiler warnings #53

Closed dwkimm01 closed 3 years ago

aesophor commented 3 years ago

Hi, thanks very much for the patch!

I've opened a PR regarding adding the support for XQuartz (on macOS) some while ago, but I forgot to merge it. I'll merge it today.

For FreeBSD, is there any error or warning messages during compilation?

dwkimm01 commented 3 years ago

Hi, thanks very much for the patch!

I've opened a PR regarding adding the support for XQuartz (on macOS) some while ago, but I forgot to merge it. I'll merge it today.

For FreeBSD, is there any error or warning messages during compilation?

Hi, yeah I saw you hadn't done much in awhile and I didn't want to bother you that's why I did the fork and then I didn't pay attention with pull requests. Sorry for the confusion. Yes, the FreeBSD issues were just the additional include and linker directories and then the UnGrabKey just like the other PR had. I did another PR just to clean up build warnings that the clang compiler found (unused member variables mostly that maybe you were planning on using in the future).

I saw your rounded corners branch - it seems to work but maybe you still wanted to do some tweaking to get windows to have some border and get the focus/not-focus border set right. Are you still actively developing this repo or have more plans for it?