Client/conf: Add border_shadow boolean option in the configuration file.

This commit is contained in:
Martin Duquesnoy
2009-03-21 20:53:11 +01:00
parent 1e6bf6821a
commit 9c6ecc2459
5 changed files with 29 additions and 14 deletions

View File

@@ -291,6 +291,7 @@ typedef struct
struct
{
Bool place_at_mouse;
Bool border_shadow;
int borderheight;
uint bordernormal;
uint borderfocus;