From: John Darrington Date: Mon, 27 May 2013 08:47:53 +0000 (+0200) Subject: PsppSheetView: Disable function pspp_sheet_view_create_row_drag_icon X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cf46c9a8fd51586f69988bbfd5993a68cac84ad0;hp=881c891baa77be85b51bbaf4b4da124e72f4118b;p=pspp PsppSheetView: Disable function pspp_sheet_view_create_row_drag_icon --- diff --git a/src/ui/gui/pspp-sheet-view.c b/src/ui/gui/pspp-sheet-view.c index 89a96a8286..a2525bd2f2 100644 --- a/src/ui/gui/pspp-sheet-view.c +++ b/src/ui/gui/pspp-sheet-view.c @@ -11299,7 +11299,7 @@ pspp_sheet_view_get_dest_row_at_pos (PsppSheetView *tree_view, } - +#if GTK3_TRANSITION /* KEEP IN SYNC WITH PSPP_SHEET_VIEW_BIN_EXPOSE */ /** * pspp_sheet_view_create_row_drag_icon: @@ -11422,7 +11422,7 @@ pspp_sheet_view_create_row_drag_icon (PsppSheetView *tree_view, return drawable; } - +#endif /** * pspp_sheet_view_set_destroy_count_func: diff --git a/src/ui/gui/pspp-sheet-view.h b/src/ui/gui/pspp-sheet-view.h index 8ecfef171d..743404d793 100644 --- a/src/ui/gui/pspp-sheet-view.h +++ b/src/ui/gui/pspp-sheet-view.h @@ -316,8 +316,11 @@ gboolean pspp_sheet_view_get_dest_row_at_pos (PsppSheetV gint drag_y, GtkTreePath **path, PsppSheetViewDropPosition *pos); + +#if GTK3_TRANSITION GdkPixmap *pspp_sheet_view_create_row_drag_icon (PsppSheetView *tree_view, GtkTreePath *path); +#endif /* Interactive search */ void pspp_sheet_view_set_enable_search (PsppSheetView *tree_view,