diff options
author | Russ Cox <rsc@swtch.com> | 2008-01-30 12:02:01 -0500 |
---|---|---|
committer | Russ Cox <rsc@swtch.com> | 2008-01-30 12:02:01 -0500 |
commit | e601e525deb6610eb7cb76546cde1db10c03317f (patch) | |
tree | b8180cd8948f73a9f32dcbc55fee73c62abf1938 /src/cmd/rio/showevent | |
parent | 35288690ce41267ae9c6341e1d73f74c56726297 (diff) | |
download | plan9port-e601e525deb6610eb7cb76546cde1db10c03317f.tar.gz plan9port-e601e525deb6610eb7cb76546cde1db10c03317f.tar.bz2 plan9port-e601e525deb6610eb7cb76546cde1db10c03317f.zip |
rio: more full-screen fixes.
Diffstat (limited to 'src/cmd/rio/showevent')
-rw-r--r-- | src/cmd/rio/showevent/ShowEvent.c | 4 |
1 files changed, 1 insertions, 3 deletions
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; |