typo in comment; from jsteinha [at] iutbayonne.univ-pau.fr

This commit is contained in:
okan 2015-06-09 13:02:15 +00:00
parent 654bae4f59
commit ee400b08a8

View File

@ -170,7 +170,7 @@ struct client_ctx {
int y; /* y position */
} ptr;
struct {
int h; /* hieght */
int h; /* height */
int w; /* width */
} dim;
#define CLIENT_HIDDEN 0x0001