Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 215634
Collapse All | Expand All

(-)./gtk/src/rbgtkiconview.c (+2 lines)
Lines 54-59 Link Here
54
static VALUE
54
static VALUE
55
iview_get_path_at_pos(self, x, y)
55
iview_get_path_at_pos(self, x, y)
56
    VALUE self;
56
    VALUE self;
57
    VALUE x;
58
    VALUE y;
57
{
59
{
58
    GtkTreePath* path = gtk_icon_view_get_path_at_pos(_SELF(self),
60
    GtkTreePath* path = gtk_icon_view_get_path_at_pos(_SELF(self),
59
                                                      NUM2INT(x), NUM2INT(y));
61
                                                      NUM2INT(x), NUM2INT(y));

Return to bug 215634