diff src/prpl.h @ 1769:68eddf56f419

[gaim-migrate @ 1779] notes on future UI stuff for PRPLs. also cleaning up rob's mess in server.c. committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Sat, 28 Apr 2001 08:11:42 +0000
parents 14caa7df478c
children 896432d66303
line wrap: on
line diff
--- a/src/prpl.h	Sat Apr 28 02:01:28 2001 +0000
+++ b/src/prpl.h	Sat Apr 28 08:11:42 2001 +0000
@@ -59,6 +59,10 @@
 
 	/* when UI plugins come, these will have to be reconciled by returning
 	 * structs indicating what kinds of information they want displayed. */
+	/* new thought though. instead of UI plugins, just do like X-Chat does;
+	 * have different src- dirs in src: src-common, src-gtk, src-cli, etc.
+	 * then have a prpl-base and prpl-UI stuff. people don't need to change
+	 * their UIs all that often anyway. */
 	void (* buddy_menu)(GtkWidget *, struct gaim_connection *, char *);
 	void (* user_opts)(GtkWidget *, struct aim_user *);
 	void (* draw_new_user)(GtkWidget *);