From e601e525deb6610eb7cb76546cde1db10c03317f Mon Sep 17 00:00:00 2001 From: Russ Cox Date: Wed, 30 Jan 2008 12:02:01 -0500 Subject: rio: more full-screen fixes. --- src/cmd/rio/showevent/ShowEvent.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/cmd/rio/showevent') diff --git a/src/cmd/rio/showevent/ShowEvent.c b/src/cmd/rio/showevent/ShowEvent.c index e73e8ccc..f29968fe 100644 --- a/src/cmd/rio/showevent/ShowEvent.c +++ b/src/cmd/rio/showevent/ShowEvent.c @@ -389,9 +389,7 @@ XKeyEvent *ev; } /* Returns the string equivalent of an atom or "None"*/ -static char *AtomName(dpy, atom) -Display *dpy; -Atom atom; +static char *AtomName(Display *dpy, Atom atom) { static char buffer[256]; char *atom_name; -- cgit v1.2.3