Forgotten file

This change belongs to the iconview rubberband changes.
This commit is contained in:
Matthias Clasen
2015-11-10 00:55:57 -05:00
parent 921c2a1db4
commit b0a6af3783

View File

@ -16,6 +16,7 @@
*/ */
#include "gtk/gtkiconview.h" #include "gtk/gtkiconview.h"
#include "gtk/gtkcssnodeprivate.h"
#ifndef __GTK_ICON_VIEW_PRIVATE_H__ #ifndef __GTK_ICON_VIEW_PRIVATE_H__
#define __GTK_ICON_VIEW_PRIVATE_H__ #define __GTK_ICON_VIEW_PRIVATE_H__
@ -63,6 +64,7 @@ struct _GtkIconViewPrivate
gint rubberband_x1, rubberband_y1; gint rubberband_x1, rubberband_y1;
gint rubberband_x2, rubberband_y2; gint rubberband_x2, rubberband_y2;
GdkDevice *rubberband_device; GdkDevice *rubberband_device;
GtkCssNode *rubberband_node;
guint scroll_timeout_id; guint scroll_timeout_id;
gint scroll_value_diff; gint scroll_value_diff;