glamor: unexport glamor_set_pixmap_texture()
Not used by any external drivers, so no need to keep it exported. Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
		
							parent
							
								
									caec5ae78b
								
							
						
					
					
						commit
						999ed88818
					
				| 
						 | 
					@ -110,9 +110,6 @@ extern _X_EXPORT Bool glamor_close_screen(ScreenPtr screen);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
extern _X_EXPORT uint32_t glamor_get_pixmap_texture(PixmapPtr pixmap);
 | 
					extern _X_EXPORT uint32_t glamor_get_pixmap_texture(PixmapPtr pixmap);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
extern _X_EXPORT Bool glamor_set_pixmap_texture(PixmapPtr pixmap,
 | 
					 | 
				
			||||||
                                                unsigned int tex);
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
extern _X_EXPORT void glamor_set_pixmap_type(PixmapPtr pixmap,
 | 
					extern _X_EXPORT void glamor_set_pixmap_type(PixmapPtr pixmap,
 | 
				
			||||||
                                             glamor_pixmap_type_t type);
 | 
					                                             glamor_pixmap_type_t type);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -982,6 +982,8 @@ int glamor_xv_put_image(glamor_port_private *port_priv,
 | 
				
			||||||
void glamor_xv_core_init(ScreenPtr screen);
 | 
					void glamor_xv_core_init(ScreenPtr screen);
 | 
				
			||||||
void glamor_xv_render(glamor_port_private *port_priv, int id);
 | 
					void glamor_xv_render(glamor_port_private *port_priv, int id);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					Bool glamor_set_pixmap_texture(PixmapPtr pixmap, unsigned int tex);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#include "glamor_utils.h"
 | 
					#include "glamor_utils.h"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#if 0
 | 
					#if 0
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -55,6 +55,8 @@
 | 
				
			||||||
#include <dri3.h>
 | 
					#include <dri3.h>
 | 
				
			||||||
#include "drm-client-protocol.h"
 | 
					#include "drm-client-protocol.h"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#include "glamor/glamor_priv.h"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#include "xwayland-glamor.h"
 | 
					#include "xwayland-glamor.h"
 | 
				
			||||||
#include "xwayland-glamor-gbm.h"
 | 
					#include "xwayland-glamor-gbm.h"
 | 
				
			||||||
#include "xwayland-pixmap.h"
 | 
					#include "xwayland-pixmap.h"
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue