mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-05-08 11:28:03 +02:00
Bug #557: Don't use "bool" as a variable name in xf86cfg, to avoid compiler
bugs. (Donnie Berkholz)
This commit is contained in:
parent
367b963b63
commit
2854fa438f
1 changed files with 1 additions and 1 deletions
|
|
@ -75,7 +75,7 @@ typedef union {
|
||||||
unsigned long num;
|
unsigned long num;
|
||||||
char * str;
|
char * str;
|
||||||
double realnum;
|
double realnum;
|
||||||
Bool bool;
|
Bool xbool;
|
||||||
OptFrequency freq;
|
OptFrequency freq;
|
||||||
} ValueUnion;
|
} ValueUnion;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue