moved setting of aspectratio to interface.c
[xboard.git] / interface.h
index 78705ab..8de5ed7 100644 (file)
@@ -20,4 +20,5 @@ GdkPixbuf               *SVGNeutralSquare=NULL;
 GdkCursor               *BoardCursor=NULL;
 
 
-GdkPixbuf *load_pixbuf(char *filename);
+GdkPixbuf *load_pixbuf(char *filename,int size);
+void GUI_SetAspectRatio(int ratio);