Index: trunk/Ohana/src/kapa2/include/structures.h
===================================================================
--- trunk/Ohana/src/kapa2/include/structures.h	(revision 13320)
+++ trunk/Ohana/src/kapa2/include/structures.h	(revision 13479)
@@ -95,5 +95,5 @@
   int Nobjects;
   unsigned long color;
-  Object *objects;
+  KiiOverlay *objects;
 } Overlay;
   
@@ -116,4 +116,5 @@
   Axis      axis[4];    /* coordinate axes */
   Label     label[8];   /* fixed axis labels */
+  Graphdata data;       /* current graph data */
 
   Gobjects *objects;    /* graphic objects */    
@@ -138,9 +139,10 @@
   Button   grey_button;
   Button   rainbow_button;
-  Button   puns_button;
+  Button    puns_button;
   Button   overlay_button[NOVERLAYS];
 
   // location of the status box
   int      text_x, text_y;
+  int      text_dx, text_dy;
   int      location;	      // position of the zoom/status widgets (0 = none, 1-4 = bottom,left,top,right)
   int      MovePointer;
@@ -159,5 +161,5 @@
   Coords   coords;
   char     file[1024];     /* name of file */
-  char     buffer_name[1024];  /* name of buffer */
+  char     name[1024];  /* name of buffer */
 } KapaImageWidget;
 
