[gnome-color-manager] trivial: enforce GcmClutData contains 3*32bit structures
- From: Richard Hughes <rhughes src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [gnome-color-manager] trivial: enforce GcmClutData contains 3*32bit structures
- Date: Mon, 14 Dec 2009 11:36:31 +0000 (UTC)
commit a0e6f1ec78eec4afe95d5f8c6c611b7f2010583c
Author: Richard Hughes <richard hughsie com>
Date: Mon Dec 14 11:32:45 2009 +0000
trivial: enforce GcmClutData contains 3*32bit structures
src/gcm-clut.h | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/src/gcm-clut.h b/src/gcm-clut.h
index 771c493..2a6ed14 100644
--- a/src/gcm-clut.h
+++ b/src/gcm-clut.h
@@ -55,9 +55,9 @@ struct _GcmClutClass
};
typedef struct {
- guint red;
- guint green;
- guint blue;
+ guint32 red;
+ guint32 green;
+ guint32 blue;
} GcmClutData;
GType gcm_clut_get_type (void);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]