dbe: Fix indentation

This commit is contained in:
Adam Jackson 2009-07-17 14:57:50 -04:00
parent 0bb9a7e165
commit b4ee3bf700

View File

@ -43,16 +43,16 @@
typedef struct typedef struct
{ {
VisualID visual; /* one visual ID that supports double-buffering */ VisualID visual; /* one visual ID that supports double-buffering */
int depth; /* depth of visual in bits */ int depth; /* depth of visual in bits */
int perflevel; /* performance level of visual */ int perflevel; /* performance level of visual */
} }
XdbeVisualInfo; XdbeVisualInfo;
typedef struct typedef struct
{ {
int count; /* number of items in visual_depth */ int count; /* number of items in visual_depth */
XdbeVisualInfo *visinfo; /* list of visuals & depths for scrn */ XdbeVisualInfo *visinfo; /* list of visuals & depths for scrn */
} }
XdbeScreenVisualInfo; XdbeScreenVisualInfo;