From fefa370d326db32638bd9d1818ff6031e759d9c5 Mon Sep 17 00:00:00 2001 From: waker Date: Sun, 27 Feb 2011 17:12:15 +0100 Subject: get rid of backbuffer in playlist --- plugins/gtkui/ddblistview.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'plugins/gtkui/ddblistview.h') diff --git a/plugins/gtkui/ddblistview.h b/plugins/gtkui/ddblistview.h index b36b9c7e..d0a7ceb9 100644 --- a/plugins/gtkui/ddblistview.h +++ b/plugins/gtkui/ddblistview.h @@ -103,7 +103,6 @@ struct _DdbListview { GtkWidget *hscrollbar; int totalwidth; // width of listview, including invisible (scrollable) part - GdkPixmap *backbuf; const char *title; // unique id, used for config writing, etc int lastpos[2]; // last mouse position (for list widget) // current state @@ -204,8 +203,6 @@ enum { DDB_REFRESH_HSCROLL = 2, DDB_REFRESH_VSCROLL = 4, DDB_REFRESH_LIST = 8, - DDB_EXPOSE_COLUMNS = 16, - DDB_EXPOSE_LIST = 32, }; void ddb_listview_refresh (DdbListview *listview, uint32_t flags); -- cgit v1.2.3