summaryrefslogtreecommitdiffstats
path: root/opengl.h
diff options
context:
space:
mode:
authorRichard Grenville <[email protected]>2013-05-09 09:43:40 +0800
committerRichard Grenville <[email protected]>2013-05-09 09:43:40 +0800
commita09589b2adb8c0bab7fc6395e1f8084726ddcbc3 (patch)
tree7a3ed53593123edd7dd6b3a6d3b1457d7bf66ed4 /opengl.h
parent08b6bfe946b635725fc204c7e8b0e8a10c856e2a (diff)
downloadtdebase-a09589b2adb8c0bab7fc6395e1f8084726ddcbc3.tar.gz
tdebase-a09589b2adb8c0bab7fc6395e1f8084726ddcbc3.zip
Misc: Add DEBUG_GLX_PAINTREG
- GLX: Add DEBUG_GLX_PAINTREG, for debugging painting region issues, for p4ddy's problem.
Diffstat (limited to 'opengl.h')
-rw-r--r--opengl.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/opengl.h b/opengl.h
index f6ba09b60..eae8bcf86 100644
--- a/opengl.h
+++ b/opengl.h
@@ -132,3 +132,11 @@ glx_update_fbconfig(session_t *ps);
static int
glx_cmp_fbconfig(session_t *ps,
const glx_fbconfig_t *pfbc_a, const glx_fbconfig_t *pfbc_b);
+
+static void
+glx_render_color(session_t *ps, int dx, int dy, int width, int height, int z,
+ XserverRegion reg_tgt, const reg_data_t *pcache_reg);
+
+static void
+glx_render_dots(session_t *ps, int dx, int dy, int width, int height, int z,
+ XserverRegion reg_tgt, const reg_data_t *pcache_reg);