applied Jukkas patch
This commit is contained in:
parent
cff951c650
commit
6b25d06d7d
6 changed files with 19 additions and 19 deletions
6
main.c
6
main.c
|
@ -38,7 +38,7 @@ static int (*xerrorxlib)(Display *, XErrorEvent *);
|
|||
static Bool otherwm, readin;
|
||||
|
||||
static void
|
||||
cleanup() {
|
||||
cleanup(void) {
|
||||
close(STDIN_FILENO);
|
||||
while(sel) {
|
||||
resize(sel, True, TopLeft);
|
||||
|
@ -58,7 +58,7 @@ cleanup() {
|
|||
}
|
||||
|
||||
static void
|
||||
scan() {
|
||||
scan(void) {
|
||||
unsigned int i, num;
|
||||
Window *wins, d1, d2;
|
||||
XWindowAttributes wa;
|
||||
|
@ -79,7 +79,7 @@ scan() {
|
|||
}
|
||||
|
||||
static void
|
||||
setup() {
|
||||
setup(void) {
|
||||
int i, j;
|
||||
unsigned int mask;
|
||||
Window w;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue