From 73fa066e8b3ca4e3ff4a34a328a12b575dfc5823 Mon Sep 17 00:00:00 2001 From: Jeroen Bakker Date: Fri, 20 Sep 2019 12:44:29 +0200 Subject: Cleanup: Remove BIF_gl.h BIF_gl.h included hacks like redefining glew functions and a constant. The named constant `GLA_PIXEL_OFS` has been moved to `GPU_viewport.h` Reviewed By: brecht Differential Revision: https://developer.blender.org/D5860 --- source/blender/gpu/GPU_viewport.h | 1 + 1 file changed, 1 insertion(+) (limited to 'source/blender/gpu/GPU_viewport.h') diff --git a/source/blender/gpu/GPU_viewport.h b/source/blender/gpu/GPU_viewport.h index 4bbcb6a4335..e692262358b 100644 --- a/source/blender/gpu/GPU_viewport.h +++ b/source/blender/gpu/GPU_viewport.h @@ -32,6 +32,7 @@ #include "GPU_texture.h" #define GPU_INFO_SIZE 512 /* IMA_MAX_RENDER_TEXT */ +#define GLA_PIXEL_OFS 0.375f typedef struct GPUViewport GPUViewport; -- cgit v1.2.3