dtscreen: convert K&R prototypes to ansi C

This commit is contained in:
Peter Howkins
2015-01-14 15:06:33 +00:00
parent 5c8f66a07d
commit d53a979639
14 changed files with 56 additions and 137 deletions

View File

@@ -78,8 +78,7 @@ typedef struct {
} qixstruct;
void
initqix(pwin)
perwindow *pwin;
initqix(perwindow *pwin)
{
XWindowAttributes xgwa;
qixstruct *qp;
@@ -128,8 +127,7 @@ initqix(pwin)
}
void
drawqix(pwin)
perwindow *pwin;
drawqix(perwindow *pwin)
{
qixstruct *qp = (qixstruct *)pwin->data;