*add* allow xrandr names (hopefully works)

git-svn-id: http://tint2.googlecode.com/svn/trunk@403 121b4492-b84c-0410-8b4c-0d4edfb3f3cc
This commit is contained in:
Andreas.Fink85
2010-03-20 08:30:41 +00:00
parent fda9e0e722
commit 788cfce122
5 changed files with 91 additions and 29 deletions

View File

@@ -78,6 +78,7 @@ typedef struct Monitor
int y;
int width;
int height;
char** names;
} Monitor;