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-03-24 12:00:39 +0300
committerCampbell Barton <ideasman42@gmail.com>2008-03-24 12:00:39 +0300
commitdbd64ac7514b4685c2cc8f6dcbdf5104648c17a1 (patch)
treecce3894d738dbae68dcfc142a6fe7300787bdbbe /source/blender/include/BIF_drawimage.h
parentb20f6e27ff24f60bfa39b2311be3cc2f4130ac09 (diff)
uv stretch display respect image aspect ratio,
tooltip correction (bug #8660) ghostwinlay.c was missing string.h include
Diffstat (limited to 'source/blender/include/BIF_drawimage.h')
-rw-r--r--source/blender/include/BIF_drawimage.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/include/BIF_drawimage.h b/source/blender/include/BIF_drawimage.h
index 5ad1978a6e2..cb53487760b 100644
--- a/source/blender/include/BIF_drawimage.h
+++ b/source/blender/include/BIF_drawimage.h
@@ -46,7 +46,7 @@ void calc_image_view(struct SpaceImage *sima, char mode);
void drawimagespace(struct ScrArea *sa, void *spacedata);
void image_changed(struct SpaceImage *sima, struct Image *image);
int draw_uvs_face_check(void);
-void tface_center(struct MTFace *tf, float cent[2], void * isquad);
+void uv_center(float uv[][2], float cent[2], void * isquad);
void draw_uvs_sima(void);
void image_set_tile(struct SpaceImage *sima, int dotile);
void image_home(void);