Move some types and constants from pan-types to specific modules
[geeqie.git] / src / pan-view / pan-view.cc
index d6ce6f3..e1d6886 100644 (file)
 namespace
 {
 
+struct PanGrid {
+       gint x;
+       gint y;
+       gint w;
+       gint h;
+       GList *list;
+};
+
 constexpr gint PAN_WINDOW_DEFAULT_WIDTH = 720;
 constexpr gint PAN_WINDOW_DEFAULT_HEIGHT = 500;