rio: more full-screen fixes.
This commit is contained in:
parent
35288690ce
commit
e601e525de
3 changed files with 9 additions and 6 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue