uv stretch display respect image aspect ratio,

tooltip correction (bug #8660)
ghostwinlay.c was missing string.h include
This commit is contained in:
2008-03-24 09:00:39 +00:00
parent b20f6e27ff
commit dbd64ac751
6 changed files with 78 additions and 52 deletions

View File

@@ -31,6 +31,7 @@
*/
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#ifdef HAVE_CONFIG_H
#include <config.h>