dbe: Fix indentation
This commit is contained in:
		@@ -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;
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user