Added support for geometry option (not fully tested).
[hvgrip.git] / src / grip.h
index 9141237..0e88fb0 100644 (file)
@@ -25,7 +25,6 @@
 #define GRIP_H
 
 #include "config.h"
-#include <gnome.h>
 #include "cddev.h"
 #include "discdb.h"
 #include "pthread.h"
@@ -64,11 +63,8 @@ typedef struct _grip_gui {
   GtkWidget *winbox;
   GtkWidget *notebook;
   gboolean minimized;
-  int win_width;
-  int win_height;
+  GdkGeometry size_hints;
   int win_height_edit;
-  int win_width_min;
-  int win_height_min;
   int x;
   int y;
   GtkStyle *style_wb;