[vte] Add VteIntCell



commit 7cc48f44223ab69725f42399a58ebb0a26c9b2a5
Author: Behdad Esfahbod <behdad behdad org>
Date:   Mon Sep 14 16:09:40 2009 -0400

    Add VteIntCell

 src/vterowdata.h |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/src/vterowdata.h b/src/vterowdata.h
index 20c6b96..03922ec 100644
--- a/src/vterowdata.h
+++ b/src/vterowdata.h
@@ -81,13 +81,15 @@ typedef struct _VteCell {
 } VteCell;
 ASSERT_STATIC (sizeof (VteCell) == 8);
 
-static const union {
+typedef union _VteIntCell {
 	VteCell cell;
 	struct {
 		guint32 c;
 		guint32 attr;
 	} i;
-} basic_cell = {
+} VteIntCell;
+
+static const VteIntCell basic_cell = {
 	{
 		0,
 		{



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]