rio: more full-screen fixes.

This commit is contained in:
Russ Cox 2008-01-30 12:02:01 -05:00
parent 35288690ce
commit e601e525de
3 changed files with 9 additions and 6 deletions

View file

@ -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;