summaryrefslogtreecommitdiff
path: root/dbe
diff options
context:
space:
mode:
authorAdam Jackson <ajax@redhat.com>2009-07-17 14:57:50 -0400
committerAdam Jackson <ajax@redhat.com>2009-07-17 14:57:50 -0400
commitb4ee3bf700e04ae1b3c4ec021373424ed6e5338f (patch)
tree7cdf382caf13b803231bb51b08dd0e8333d6ec9c /dbe
parent0bb9a7e1650180a24246d14493a8168487cf8914 (diff)
dbe: Fix indentation
Diffstat (limited to 'dbe')
-rw-r--r--dbe/dbestruct.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/dbe/dbestruct.h b/dbe/dbestruct.h
index 38b4440d9..002ffbeb2 100644
--- a/dbe/dbestruct.h
+++ b/dbe/dbestruct.h
@@ -43,16 +43,16 @@
typedef struct
{
- VisualID visual; /* one visual ID that supports double-buffering */
- int depth; /* depth of visual in bits */
- int perflevel; /* performance level of visual */
+ VisualID visual; /* one visual ID that supports double-buffering */
+ int depth; /* depth of visual in bits */
+ int perflevel; /* performance level of visual */
}
XdbeVisualInfo;
typedef struct
{
- int count; /* number of items in visual_depth */
- XdbeVisualInfo *visinfo; /* list of visuals & depths for scrn */
+ int count; /* number of items in visual_depth */
+ XdbeVisualInfo *visinfo; /* list of visuals & depths for scrn */
}
XdbeScreenVisualInfo;