comparison src/gaim.h @ 4074:3ccbdf8e7f8d

[gaim-migrate @ 4289] Thanks Robot101 committer: Tailor Script <tailor@pidgin.im>
author Sean Egan <seanegan@gmail.com>
date Sat, 14 Dec 2002 03:55:50 +0000
parents b2520034b62f
children 4b04ecb3eb97
comparison
equal deleted inserted replaced
4073:405340263d75 4074:3ccbdf8e7f8d
510 /* 510 /*
511 * Struct to create a multi-entry dialog 511 * Struct to create a multi-entry dialog
512 */ 512 */
513 typedef struct multi_entry_dlg { 513 typedef struct multi_entry_dlg {
514 GtkWidget *window; /* dialog main window */ 514 GtkWidget *window; /* dialog main window */
515 gchar *wmclass_name; /* window name */ 515 gchar *role; /* window role */
516 gchar *wmclass_class; /* window class */
517 char *title; /* window title */ 516 char *title; /* window title */
518 517
519 struct aim_user *user; /* user info - needed for most everything */ 518 struct aim_user *user; /* user info - needed for most everything */
520 519
521 MultiInstrData *instructions; /* instructions (what else?) */ 520 MultiInstrData *instructions; /* instructions (what else?) */