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:
authorCampbell Barton <ideasman42@gmail.com>2008-01-01 21:16:10 +0300
committerCampbell Barton <ideasman42@gmail.com>2008-01-01 21:16:10 +0300
commit58bf29e3898292ad9b46b7c0a591c856dde6eacb (patch)
tree0809354b81382141417ecc543cf5e00eece26558 /source/blender/windowmanager
parent2df4ef711a6dcb2c8874861a181bbc31d0e37f52 (diff)
removed blenderdef.h, BIF_*, BDR_* and BSE_* header files (except for BIF_gl.h and BIF_glutil.h)
Diffstat (limited to 'source/blender/windowmanager')
-rw-r--r--source/blender/windowmanager/intern/wm_subwindow.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/windowmanager/intern/wm_subwindow.c b/source/blender/windowmanager/intern/wm_subwindow.c
index a7217786138..2f4e90a2e71 100644
--- a/source/blender/windowmanager/intern/wm_subwindow.c
+++ b/source/blender/windowmanager/intern/wm_subwindow.c
@@ -231,7 +231,7 @@ void wm_subwindow_position(wmWindow *win, int swinid, rcti *winrct)
/* ---------------- WM versions of OpenGL calls, using glBlah() syntax ------------------------ */
/* ----------------- exported in WM_api.h ------------------------------------------------------ */
-static int glaGetOneInteger(int a)
+int glaGetOneInteger(int a)
{
return 0; // XXX
}