X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=gtk%2Fgtkfixed.h;h=c7746bd9cea34eefe3197a3498f425b579e81fe4;hb=45ad8a06ad511ad95a74172172b9fe459bc666ad;hp=00569c3f2b7a9c293bee4568de43a4482f298069;hpb=65dd3460ceb42e4412437b27530d00d04caea1d0;p=~andy%2Fgtk diff --git a/gtk/gtkfixed.h b/gtk/gtkfixed.h index 00569c3f2..c7746bd9c 100644 --- a/gtk/gtkfixed.h +++ b/gtk/gtkfixed.h @@ -12,9 +12,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the - * Free Software Foundation, Inc., 59 Temple Place - Suite 330, - * Boston, MA 02111-1307, USA. + * License along with this library. If not, see . */ /* @@ -24,14 +22,14 @@ * GTK+ at ftp://ftp.gtk.org/pub/gtk/. */ -#if !defined (__GTK_H_INSIDE__) && !defined (GTK_COMPILATION) -#error "Only can be included directly." -#endif - #ifndef __GTK_FIXED_H__ #define __GTK_FIXED_H__ +#if !defined (__GTK_H_INSIDE__) && !defined (GTK_COMPILATION) +#error "Only can be included directly." +#endif + #include @@ -60,6 +58,12 @@ struct _GtkFixed struct _GtkFixedClass { GtkContainerClass parent_class; + + /* Padding for future expansion */ + void (*_gtk_reserved1) (void); + void (*_gtk_reserved2) (void); + void (*_gtk_reserved3) (void); + void (*_gtk_reserved4) (void); }; struct _GtkFixedChild