fix gcc warning, have shadows be explicitly enabled

This commit is contained in:
Christopher Jeffrey
2011-11-06 19:29:23 -06:00
parent de8b773387
commit b87efad014
2 changed files with 21 additions and 10 deletions

View File

@ -13,10 +13,10 @@ partially doing this out of a desire to learn Xlib.
* __inactive window transparency__ (specified with `-i`)
* __titlebar/frame transparency__ (specified with `-e`)
* menu transparency (thanks to Dana)
* shadows are now enabled for argb windows, e.g. terminals with transparency
* removed serverside shadows (and simple compositing) to clean the code,
the only option that remains is clientside shadows
* menu transparency (thanks to Dana)
The above features give compton a feature set similar to the xfce compositor.
@ -55,7 +55,6 @@ The same dependencies and build as xcompmgr.
* libxdamage
* libxfixes
* libxrender
* autoconf
To build, make sure you have the above dependencies: