fix for own error with image info display, also dont draw if the mouse is outside the image.

This commit is contained in:
2011-02-15 04:06:13 +00:00
parent 07e9cfef81
commit be8c8942f4
3 changed files with 12 additions and 10 deletions

View File

@@ -24,6 +24,8 @@
#ifndef BPY_DRIVER_H
#define BPY_DRIVER_H
struct ChannelDriver;
int bpy_pydriver_create_dict(void);
extern PyObject *bpy_pydriver_Dict;