changeset 16671:5e6f8b92a2a5

Preemptive padding.
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Sun, 29 Apr 2007 22:48:43 +0000
parents fc39fa0afdc8
children 6238e7b6fe8a
files finch/gntconv.h
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/finch/gntconv.h	Sun Apr 29 22:05:02 2007 +0000
+++ b/finch/gntconv.h	Sun Apr 29 22:48:43 2007 +0000
@@ -49,6 +49,7 @@
 	GntWidget *tv;            /* text-view */
 	GntWidget *menu;          /* future use */
 	GntWidget *info;
+	void *pad;
 
 	union
 	{
@@ -60,11 +61,14 @@
 struct _FinchConvChat
 {
 	GntWidget *userlist;       /* the userlist */
+	void *pad1;
+	void *pad2;
 };
 
 struct _FinchConvIm
 {
 	void *nothing_for_now;
+	void *something_for_later;
 };
 
 /**