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>2005-03-28 09:55:45 +0400
committerDaniel Dunbar <daniel@zuster.org>2005-03-28 09:55:45 +0400
commita0feaebfa5f591ffaa0b4fafa99acd081691f890 (patch)
tree9fce1eb6759938a5a982273cba3817713c23a976 /source/blender/include/BIF_mywindow.h
parent51ca37b9953c36e0f325c8c60e2a79ced416b895 (diff)
- added set_framebuffer_index_color (shortcut for
cpack(index_to_framebuffer(index)) but that is all that is ever used.
Diffstat (limited to 'source/blender/include/BIF_mywindow.h')
-rw-r--r--source/blender/include/BIF_mywindow.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/include/BIF_mywindow.h b/source/blender/include/BIF_mywindow.h
index e365b6a9b6e..d9701064447 100644
--- a/source/blender/include/BIF_mywindow.h
+++ b/source/blender/include/BIF_mywindow.h
@@ -125,7 +125,7 @@ void getmouse(short *mval);
void warp_pointer(int x, int y);
int framebuffer_to_index(unsigned int col);
-unsigned int index_to_framebuffer(int index);
+void set_framebuffer_index_color(int index);
int mywin_inmenu(void);
void mywin_getmenu_rect(int *x, int *y, int *sx, int *sy);