aboutsummaryrefslogtreecommitdiffstats
path: root/src/fake-w32-gdi.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/fake-w32-gdi.c')
-rw-r--r--src/fake-w32-gdi.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/fake-w32-gdi.c b/src/fake-w32-gdi.c
index 048b64d..66fa91f 100644
--- a/src/fake-w32-gdi.c
+++ b/src/fake-w32-gdi.c
@@ -19,6 +19,12 @@
# error Compiling fake-w32-gdi.c without FAKE_GAMMA_METHOD_W32_GDI
#endif
+/* This file very sloppily translates Windows GDI calls to X RandR calls.
+ * It should by no means be used, without additional modification, as a
+ * part of a compatibility layer. The purpose of this file is only to make
+ * it possible to test for logical errors in Windows specific code on
+ * a GNU/Linux system under X. */
+
#include "fake-w32-gdi.h"