aboutsummaryrefslogtreecommitdiffstats
path: root/src/fake-w32-gdi.c
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2014-05-22 19:51:52 +0200
committerMattias Andrée <maandree@operamail.com>2014-05-22 19:51:52 +0200
commit6395d85e11f28b3f7ac22232abb8840b45360104 (patch)
tree3b52dacf7c5b011650bf9d73914c11376aacc405 /src/fake-w32-gdi.c
parentadd temporary ignoral of aggregate return from xcb (diff)
downloadlibgamma-6395d85e11f28b3f7ac22232abb8840b45360104.tar.gz
libgamma-6395d85e11f28b3f7ac22232abb8840b45360104.tar.bz2
libgamma-6395d85e11f28b3f7ac22232abb8840b45360104.tar.xz
m + add fake quartz
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to '')
-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"