From d57837bdbc8a149bddb944ba7d125fafa70eb6fc Mon Sep 17 00:00:00 2001 From: Thomas White Date: Tue, 1 Mar 2011 14:52:47 +0100 Subject: Rename displaywindow.{c,h} -> dw-hdfsee.{c,h}, remove dw-geomatic.{c,h} --- src/dw-geomatic.h | 68 ------------------------------------------------------- 1 file changed, 68 deletions(-) delete mode 100644 src/dw-geomatic.h (limited to 'src/dw-geomatic.h') diff --git a/src/dw-geomatic.h b/src/dw-geomatic.h deleted file mode 100644 index 0482d26c..00000000 --- a/src/dw-geomatic.h +++ /dev/null @@ -1,68 +0,0 @@ -/* - * dw-geomatic.h - * - * GUI geometry calibration - * - * (c) 2006-2011 Thomas White - * - * Part of CrystFEL - crystallography with a FEL - * - */ - - -#ifdef HAVE_CONFIG_H -#include -#endif - -#ifndef DW_GEOMATIC_H -#define DW_GEOMATIC_H - -#include - -#include "cell.h" -#include "reflist.h" - - -struct gmdialog { - GtkWidget *window; - GtkWidget *entry; -}; - - -typedef struct { - - GtkWidget *window; - GtkWidget *drawingarea; - GtkUIManager *ui; - GtkActionGroup *action_group; - GdkPixbuf *pixbuf; - gulong motion_callback; - - struct hdfile *hdfile; - struct image *image; - int width; - int height; - double boostint; - - /* Dialog boxes */ - struct gmdialog *boostint_dialog; - - int show_col_scale; - int scale; - GdkPixbuf *col_scale; - - double motion_origx; - double motion_origy; - - UnitCell *cell; - double pos_x; - double pos_y; - double pos_z; - -} DWGeomatic; - -/* Return an image display window showing the given filename, or NULL */ -extern DWGeomatic *geomatic_open(const char *filename); - - -#endif /* DW_GEOMATICs_H */ -- cgit v1.2.3