aboutsummaryrefslogtreecommitdiff
path: root/src/lib/XDither.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/XDither.c')
-rw-r--r--src/lib/XDither.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/XDither.c b/src/lib/XDither.c
index a16473ae..e3c15df0 100644
--- a/src/lib/XDither.c
+++ b/src/lib/XDither.c
@@ -1,6 +1,8 @@
/*
Copyright (c) 1991-2002, The Numerical ALgorithms Group Ltd.
All rights reserved.
+ Copyright (C) Gabriel Dos Reis.
+ All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
@@ -32,7 +34,6 @@
*/
#include "openaxiom-c-macros.h"
-#ifndef MSYSplatform
#include <stdio.h>
#include <stdlib.h>
@@ -226,4 +227,3 @@ XDitherArcs(Display *display,Drawable drawable, GC gc, XArc *arcs,int narcs)
}
XFillArcs(display, drawable, gc, arcs, narcs);
}
-#endif /* MSYSplatform */