fix textbox type

This commit is contained in:
Sean Pringle
2014-12-31 14:48:25 +10:00
parent 6a156f6652
commit 4241d195d6
2 changed files with 27 additions and 27 deletions

2
xoat.c
View File

@@ -69,7 +69,7 @@ typedef struct _Box {
typedef struct _Monitor {
short x, y, w, h;
Box spots[SPOT3+1];
textbox *bars[SPOT3+1];
Textbox *bars[SPOT3+1];
} Monitor;
typedef struct _Client {