change to use gint instead of gint16, to avoid overflow issues, since
2001-03-16 Havoc Pennington <hp@redhat.com> * gtk/gtkwidget.h (struct _GtkWidgetAuxInfo): change to use gint instead of gint16, to avoid overflow issues, since sizes > 16-bit are now allowed. 2001-03-16 Havoc Pennington <hp@redhat.com> * gtk/gtk-docs.sgml: remove GtkData entity usage
This commit is contained in:
committed by
Havoc Pennington
parent
52658cd3dc
commit
23e3673e8b
@@ -1,3 +1,9 @@
|
||||
2001-03-16 Havoc Pennington <hp@redhat.com>
|
||||
|
||||
* gtk/gtkwidget.h (struct _GtkWidgetAuxInfo): change to use gint
|
||||
instead of gint16, to avoid overflow issues, since sizes > 16-bit
|
||||
are now allowed.
|
||||
|
||||
2001-03-16 Havoc Pennington <hp@redhat.com>
|
||||
|
||||
* Applied patch from Nils Barth (bug # 51041) to
|
||||
|
||||
@@ -1,3 +1,9 @@
|
||||
2001-03-16 Havoc Pennington <hp@redhat.com>
|
||||
|
||||
* gtk/gtkwidget.h (struct _GtkWidgetAuxInfo): change to use gint
|
||||
instead of gint16, to avoid overflow issues, since sizes > 16-bit
|
||||
are now allowed.
|
||||
|
||||
2001-03-16 Havoc Pennington <hp@redhat.com>
|
||||
|
||||
* Applied patch from Nils Barth (bug # 51041) to
|
||||
|
||||
@@ -1,3 +1,9 @@
|
||||
2001-03-16 Havoc Pennington <hp@redhat.com>
|
||||
|
||||
* gtk/gtkwidget.h (struct _GtkWidgetAuxInfo): change to use gint
|
||||
instead of gint16, to avoid overflow issues, since sizes > 16-bit
|
||||
are now allowed.
|
||||
|
||||
2001-03-16 Havoc Pennington <hp@redhat.com>
|
||||
|
||||
* Applied patch from Nils Barth (bug # 51041) to
|
||||
|
||||
@@ -1,3 +1,9 @@
|
||||
2001-03-16 Havoc Pennington <hp@redhat.com>
|
||||
|
||||
* gtk/gtkwidget.h (struct _GtkWidgetAuxInfo): change to use gint
|
||||
instead of gint16, to avoid overflow issues, since sizes > 16-bit
|
||||
are now allowed.
|
||||
|
||||
2001-03-16 Havoc Pennington <hp@redhat.com>
|
||||
|
||||
* Applied patch from Nils Barth (bug # 51041) to
|
||||
|
||||
@@ -1,3 +1,9 @@
|
||||
2001-03-16 Havoc Pennington <hp@redhat.com>
|
||||
|
||||
* gtk/gtkwidget.h (struct _GtkWidgetAuxInfo): change to use gint
|
||||
instead of gint16, to avoid overflow issues, since sizes > 16-bit
|
||||
are now allowed.
|
||||
|
||||
2001-03-16 Havoc Pennington <hp@redhat.com>
|
||||
|
||||
* Applied patch from Nils Barth (bug # 51041) to
|
||||
|
||||
@@ -1,3 +1,9 @@
|
||||
2001-03-16 Havoc Pennington <hp@redhat.com>
|
||||
|
||||
* gtk/gtkwidget.h (struct _GtkWidgetAuxInfo): change to use gint
|
||||
instead of gint16, to avoid overflow issues, since sizes > 16-bit
|
||||
are now allowed.
|
||||
|
||||
2001-03-16 Havoc Pennington <hp@redhat.com>
|
||||
|
||||
* Applied patch from Nils Barth (bug # 51041) to
|
||||
|
||||
@@ -1,3 +1,9 @@
|
||||
2001-03-16 Havoc Pennington <hp@redhat.com>
|
||||
|
||||
* gtk/gtkwidget.h (struct _GtkWidgetAuxInfo): change to use gint
|
||||
instead of gint16, to avoid overflow issues, since sizes > 16-bit
|
||||
are now allowed.
|
||||
|
||||
2001-03-16 Havoc Pennington <hp@redhat.com>
|
||||
|
||||
* Applied patch from Nils Barth (bug # 51041) to
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
2001-03-16 Havoc Pennington <hp@redhat.com>
|
||||
|
||||
* gtk/gtk-docs.sgml: remove GtkData entity usage
|
||||
|
||||
2001-03-14 Havoc Pennington <hp@redhat.com>
|
||||
|
||||
* gtk/gtk-docs.sgml: remove gtkdata, gtktreemodelsimple
|
||||
|
||||
@@ -394,7 +394,6 @@ An advanced widget set.
|
||||
<title>Deprecated</title>
|
||||
&GtkCList;
|
||||
&GtkCTree;
|
||||
&GtkData;
|
||||
&GtkList;
|
||||
&GtkListItem;
|
||||
&GtkPacker;
|
||||
|
||||
@@ -380,10 +380,10 @@ struct _GtkWidgetClass
|
||||
|
||||
struct _GtkWidgetAuxInfo
|
||||
{
|
||||
gint16 x;
|
||||
gint16 y;
|
||||
gint16 width;
|
||||
gint16 height;
|
||||
gint x;
|
||||
gint y;
|
||||
gint width;
|
||||
gint height;
|
||||
};
|
||||
|
||||
struct _GtkWidgetShapeInfo
|
||||
|
||||
Reference in New Issue
Block a user