[vte] Add VteIntCell
- From: Behdad Esfahbod <behdad src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [vte] Add VteIntCell
- Date: Wed, 16 Sep 2009 02:23:22 +0000 (UTC)
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]