summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@behdad.org>2009-09-14 16:09:40 -0400
committerBehdad Esfahbod <behdad@behdad.org>2009-09-15 21:26:42 -0400
commit7cc48f44223ab69725f42399a58ebb0a26c9b2a5 (patch)
treeb626bdd9447244cc70d54f3975f4564336ea2cb1 /src
parentd6330cf885ff25c6607e0624c03f00daf15bb68b (diff)
Add VteIntCell
Diffstat (limited to 'src')
-rw-r--r--src/vterowdata.h6
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,
{