Replace -w with well-known geometry option

This commit is contained in:
Bert
2011-01-30 22:00:58 +01:00
parent c937570bbe
commit 229830ad18
5 changed files with 32 additions and 33 deletions

View File

@ -44,12 +44,12 @@ typedef struct win_s {
unsigned long bgcol;
Pixmap pm;
int w;
int h;
int x;
int y;
unsigned int w;
unsigned int h;
int bw;
unsigned int bw;
unsigned char fullscreen;
} win_t;