Most x11 references removed, some x* files renamed to w*, for wayland; project compiling and running.

This commit is contained in:
Luci
2019-01-31 22:02:44 -02:00
parent 436740b64a
commit 5230171d47
24 changed files with 1630 additions and 1626 deletions

View File

@ -57,7 +57,7 @@ normal_form (gdouble ax, gdouble ay,
}
static void
inverse (gdouble a, gdouble b, gdouble c, gdouble d,
inverse (gdouble a, gdouble b, gdouble c, gdouble d,
gdouble * e, gdouble * f, gdouble * g, gdouble * h)
{
gdouble det;
@ -71,7 +71,7 @@ inverse (gdouble a, gdouble b, gdouble c, gdouble d,
}
static void
multiply (gdouble a, gdouble b, gdouble c, gdouble d,
multiply (gdouble a, gdouble b, gdouble c, gdouble d,
gdouble e, gdouble f, gdouble * x, gdouble * y)
{
*x = a * e + b * f;