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:
authorDaniel Dunbar <daniel@zuster.org>2003-03-24 03:06:40 +0300
committerDaniel Dunbar <daniel@zuster.org>2003-03-24 03:06:40 +0300
commit93e8a05320c2c259be0ed260873b9ff75408d50b (patch)
treef2409700e4c30e442b75ef07d213f8051bd24543 /source/blender/include/BIF_space.h
parent510e2d584062e43aab22a16aade93ce332ce003c (diff)
Canonize all space functions to follow the drawXXXspace and winqreadXXXspace
conventions.
Diffstat (limited to 'source/blender/include/BIF_space.h')
-rw-r--r--source/blender/include/BIF_space.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/source/blender/include/BIF_space.h b/source/blender/include/BIF_space.h
index 6f102e11deb..33add3085a6 100644
--- a/source/blender/include/BIF_space.h
+++ b/source/blender/include/BIF_space.h
@@ -77,14 +77,14 @@ extern void initipo(struct ScrArea *sa);
extern void initview3d(struct ScrArea *sa);
extern void newspace(struct ScrArea *sa, int type);
extern void set_rects_butspace(struct SpaceButs *buts);
-extern void winqread3d(unsigned short event, short val, char ascii);
+extern void winqreadview3dspace(unsigned short event, short val, char ascii);
extern void winqreadbutspace(unsigned short event, short val, char ascii);
extern void winqreadimagespace(unsigned short event, short val, char ascii);
extern void winqreadinfospace(unsigned short event, short val, char ascii);
-extern void winqreadipo(unsigned short event, short val, char ascii);
+extern void winqreadipospace(unsigned short event, short val, char ascii);
extern void winqreadoopsspace(unsigned short event, short val, char ascii);
extern void winqreadnlaspace(unsigned short event, short val, char ascii);
-extern void winqreadsequence(unsigned short event, short val, char ascii);
+extern void winqreadseqspace(unsigned short event, short val, char ascii);
extern void test_butspace(void);
extern void start_game(void);