mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-01-09 18:10:16 +01: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;
|
||||
char * str;
|
||||
double realnum;
|
||||
Bool bool;
|
||||
Bool xbool;
|
||||
OptFrequency freq;
|
||||
} ValueUnion;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue