d031df2719
Fixes a display bug seenby ajacoutot@, ok jsg@ and kettenis@. newer X.Org (2.99.917 or master) version cause corruption on older machines (X40, i965), probably caused by a bug in our kernel, under investigation by kettenis@.
7 lines
102 B
C
7 lines
102 B
C
extern void ignore(void);
|
|
|
|
void ignore(void)
|
|
{
|
|
/* libcompat.a cannot be empty therefore I exist */
|
|
}
|