summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/text_gltex.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/text_gltex.c b/src/text_gltex.c
index e767096..9c0b06b 100644
--- a/src/text_gltex.c
+++ b/src/text_gltex.c
@@ -55,6 +55,11 @@
#define LOG_SUBSYSTEM "text_gltex"
+/* thanks khronos for breaking backwards compatibility.. */
+#if !defined(GL_UNPACK_ROW_LENGTH) && defined(GL_UNPACK_ROW_LENGTH_EXT)
+# define GL_UNPACK_ROW_LENGTH GL_UNPACK_ROW_LENGTH_EXT
+#endif
+
struct atlas {
struct shl_dlist list;