- CMakeLists.txt: add remaining non-debugging compile-time options
present in Makefile but not here: CONFIG_VSYNC_OPENGL_{FBO,VBO},
CONFIG_DBUS, and CONFIG_XSYNC.
- CMakeLists.txt: Use CMakeDependentOption for option dependency.
- CMakeLists.txt: Remove quotes around library CFLAGS and LDFLAGS to
allow multiple values.
- Add --blur-background-exclude. (#98)
- Add `opengl-mswc` VSync, which uses MESA_swap_control instead of
SGI_swap_control. I don't expect it to perform better than
SGI_swap_control, though.
- Update CMakeLists.txt .
- Add a few targets for D-Bus `win_get`. Misc changes.
- Known issue: Apparently I've forgotten implementing --inactive-dim on
GLX backend... Silly me.