forked from 12to11/12to11
* tests/select_helper.c: Make atom_names big enough.
This commit is contained in:
parent
3244ab82f2
commit
b54e5a1a01
1 changed files with 1 additions and 1 deletions
|
@ -98,7 +98,7 @@ main (int argc, char **argv)
|
||||||
{
|
{
|
||||||
XSetWindowAttributes attrs;
|
XSetWindowAttributes attrs;
|
||||||
unsigned long flags, timestamp;
|
unsigned long flags, timestamp;
|
||||||
char *atom_names[2];
|
char *atom_names[3];
|
||||||
Atom atoms[3], actual_type, property;
|
Atom atoms[3], actual_type, property;
|
||||||
XEvent event;
|
XEvent event;
|
||||||
int actual_format;
|
int actual_format;
|
||||||
|
|
Loading…
Add table
Reference in a new issue