Author: cazfi
Date: Sun Feb 21 19:13:14 2016
New Revision: 32004

URL: http://svn.gna.org/viewcvs/freeciv?rev=32004&view=rev
Log:
Finished removal of GtkMisc derivativeness from GtkPixcomm.

See bug #24432

Modified:
    branches/S2_5/client/gui-gtk-3.0/gtkpixcomm.c
    branches/S2_5/client/gui-gtk-3.0/gtkpixcomm.h

Modified: branches/S2_5/client/gui-gtk-3.0/gtkpixcomm.c
URL: 
http://svn.gna.org/viewcvs/freeciv/branches/S2_5/client/gui-gtk-3.0/gtkpixcomm.c?rev=32004&r1=32003&r2=32004&view=diff
==============================================================================
--- branches/S2_5/client/gui-gtk-3.0/gtkpixcomm.c       (original)
+++ branches/S2_5/client/gui-gtk-3.0/gtkpixcomm.c       Sun Feb 21 19:13:14 2016
@@ -55,7 +55,7 @@
 gtk_pixcomm_get_preferred_height(GtkWidget *widget, gint *minimal_height,
                                  gint *natural_height);
 
-static GtkMiscClass *parent_class;
+static GtkWidgetClass *parent_class;
 
 typedef struct _GtkPixcommPrivate GtkPixcommPrivate;
 struct _GtkPixcommPrivate

Modified: branches/S2_5/client/gui-gtk-3.0/gtkpixcomm.h
URL: 
http://svn.gna.org/viewcvs/freeciv/branches/S2_5/client/gui-gtk-3.0/gtkpixcomm.h?rev=32004&r1=32003&r2=32004&view=diff
==============================================================================
--- branches/S2_5/client/gui-gtk-3.0/gtkpixcomm.h       (original)
+++ branches/S2_5/client/gui-gtk-3.0/gtkpixcomm.h       Sun Feb 21 19:13:14 2016
@@ -49,7 +49,7 @@
 
 struct _GtkPixcomm
 {
-  GtkMisc misc;
+  GtkWidget widget;
 
   gint w, h;
 
@@ -59,7 +59,7 @@
 
 struct _GtkPixcommClass
 {
-  GtkMiscClass parent_class;
+  GtkWidgetClass parent_class;
 };
 
 


_______________________________________________
Freeciv-commits mailing list
Freeciv-commits@gna.org
https://mail.gna.org/listinfo/freeciv-commits

Reply via email to