Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'source/blender/gpu/intern/gpu_view_gl.h')
-rw-r--r--source/blender/gpu/intern/gpu_view_gl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/gpu/intern/gpu_view_gl.h b/source/blender/gpu/intern/gpu_view_gl.h
index c82b03bd823..4cc2105ee0e 100644
--- a/source/blender/gpu/intern/gpu_view_gl.h
+++ b/source/blender/gpu/intern/gpu_view_gl.h
@@ -40,6 +40,6 @@ void gpuScissor_gl(int x, int y, unsigned int width, unsigned int height);
void gpuViewportScissor_gl(int x, int y, unsigned int width, unsigned int height);
-void gpuGetScissorBox_gl(int *box);
+void gpuGetSizeBox_gl(int type, int *box);
void gpuClear_gl(int mask);