graphics(2): remove non existing char *mousedir argument from geninitdraw (from sources / geninitdraw-no-mousedir patch)
This commit is contained in:
parent
cf657b418b
commit
7aea1204b9
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ int initdraw(void (*errfun)(Display*, char*), char *font,
|
||||||
int geninitdraw(char *devdir, void(*errfun)(Display*, char*),
|
int geninitdraw(char *devdir, void(*errfun)(Display*, char*),
|
||||||
.PP
|
.PP
|
||||||
.B
|
.B
|
||||||
char *font, char *label, char *mousedir, char *windir,
|
char *font, char *label, char *windir,
|
||||||
.B
|
.B
|
||||||
int ref)
|
int ref)
|
||||||
.PP
|
.PP
|
||||||
|
|
Loading…
Reference in a new issue