# HG changeset patch # User Sean Egan # Date 1066622893 0 # Node ID 52cf473a0103d5db1ab88ccf0a902f0f2d232132 # Parent 3ec38f08b0b2f0d2d369c57dc74a990c5b5ae7ce [gaim-migrate @ 7888] This is fun. I got silly and decided to add some drop shadows to the buddy list tooltip. It looks totally awesome. It will be reverted before the next release though. It's just far too hacky. committer: Tailor Script diff -r 3ec38f08b0b2 -r 52cf473a0103 src/gtkblist.h --- a/src/gtkblist.h Sun Oct 19 23:14:38 2003 +0000 +++ b/src/gtkblist.h Mon Oct 20 04:08:13 2003 +0000 @@ -76,6 +76,9 @@ GaimBlistNode *selected_node; /**< The currently selected node */ + GdkPixbuf *east, *south; /**< Drop shadow stuff */ + GdkWindow *east_shadow, *south_shadow; /**< Drop shadow stuff */ + } GaimGtkBuddyList; #define GAIM_GTK_BLIST(list) ((GaimGtkBuddyList *)(list)->ui_data)