Match Xephyr DRI definitions to the ones in xf86dri.h
This commit is contained in:
		
							parent
							
								
									060a66b6e2
								
							
						
					
					
						commit
						69f7826767
					
				| 
						 | 
					@ -385,7 +385,7 @@ Bool XF86DRICreateContext(dpy, screen, visual, context, hHWContext)
 | 
				
			||||||
					   context, hHWContext );
 | 
										   context, hHWContext );
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
Bool XF86DRIDestroyContext( __DRInativeDisplay * ndpy, int screen, __DRIid context)
 | 
					GLboolean XF86DRIDestroyContext( __DRInativeDisplay * ndpy, int screen, __DRIid context)
 | 
				
			||||||
{
 | 
					{
 | 
				
			||||||
    Display * const dpy = (Display *) ndpy;
 | 
					    Display * const dpy = (Display *) ndpy;
 | 
				
			||||||
    XExtDisplayInfo *info = find_display (dpy);
 | 
					    XExtDisplayInfo *info = find_display (dpy);
 | 
				
			||||||
| 
						 | 
					@ -406,7 +406,7 @@ Bool XF86DRIDestroyContext( __DRInativeDisplay * ndpy, int screen, __DRIid conte
 | 
				
			||||||
    return True;
 | 
					    return True;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
Bool
 | 
					GLboolean
 | 
				
			||||||
XF86DRICreateDrawable (__DRInativeDisplay * ndpy, int screen,
 | 
					XF86DRICreateDrawable (__DRInativeDisplay * ndpy, int screen,
 | 
				
			||||||
                       __DRIid drawable, drm_drawable_t * hHWDrawable)
 | 
					                       __DRIid drawable, drm_drawable_t * hHWDrawable)
 | 
				
			||||||
{
 | 
					{
 | 
				
			||||||
| 
						 | 
					@ -437,7 +437,7 @@ XF86DRICreateDrawable (__DRInativeDisplay * ndpy, int screen,
 | 
				
			||||||
    return True;
 | 
					    return True;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
Bool XF86DRIDestroyDrawable( __DRInativeDisplay * ndpy, int screen,
 | 
					GLboolean XF86DRIDestroyDrawable( __DRInativeDisplay * ndpy, int screen,
 | 
				
			||||||
    __DRIid drawable )
 | 
					    __DRIid drawable )
 | 
				
			||||||
{
 | 
					{
 | 
				
			||||||
    Display * const dpy = (Display *) ndpy;
 | 
					    Display * const dpy = (Display *) ndpy;
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue