[gtk+] GtkCellRendererPixbufPrivate: Improve struct packing
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+] GtkCellRendererPixbufPrivate: Improve struct packing
- Date: Tue, 12 Apr 2011 16:52:04 +0000 (UTC)
commit ea936d42373e267467409bad681d8cd4d6cc6b15
Author: Matthias Clasen <mclasen redhat com>
Date: Tue Apr 12 12:30:36 2011 -0400
GtkCellRendererPixbufPrivate: Improve struct packing
gtk/gtkcellrendererpixbuf.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/gtk/gtkcellrendererpixbuf.c b/gtk/gtkcellrendererpixbuf.c
index f50b3ae..8c222ff 100644
--- a/gtk/gtkcellrendererpixbuf.c
+++ b/gtk/gtkcellrendererpixbuf.c
@@ -88,14 +88,14 @@ enum {
struct _GtkCellRendererPixbufPrivate
{
- GtkIconSize stock_size;
-
GdkPixbuf *pixbuf;
GdkPixbuf *pixbuf_expander_open;
GdkPixbuf *pixbuf_expander_closed;
GIcon *gicon;
+ GtkIconSize stock_size;
+
gboolean follow_state;
gchar *stock_id;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]