changeset 7304:52cf473a0103

[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 <tailor@pidgin.im>
author Sean Egan <seanegan@gmail.com>
date Mon, 20 Oct 2003 04:08:13 +0000
parents 3ec38f08b0b2
children fa25f82dda21
files src/gtkblist.h
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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)