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:
authorBrecht Van Lommel <brechtvanlommel@pandora.be>2010-07-14 14:46:12 +0400
committerBrecht Van Lommel <brechtvanlommel@pandora.be>2010-07-14 14:46:12 +0400
commitf406cf4ac82510c6b064d9411ec0cbd38a0ef7e0 (patch)
tree0a921f1f8721f57163a10ba138ca9213244e0f36 /source/blender/windowmanager
parentee9437f794d0c583a3535b94ab22231a1f3a4f58 (diff)
Fix a few compile warnings and rename gpu_buffers.h to GPU_buffers.h
for consistency.
Diffstat (limited to 'source/blender/windowmanager')
-rw-r--r--source/blender/windowmanager/intern/wm_init_exit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/windowmanager/intern/wm_init_exit.c b/source/blender/windowmanager/intern/wm_init_exit.c
index acb3f5ea254..db668390b88 100644
--- a/source/blender/windowmanager/intern/wm_init_exit.c
+++ b/source/blender/windowmanager/intern/wm_init_exit.c
@@ -88,7 +88,7 @@
#include "UI_interface.h"
#include "BLF_api.h"
-#include "gpu_buffers.h"
+#include "GPU_buffers.h"
#include "GPU_extensions.h"
#include "GPU_draw.h"