Revert "(!1987) glamor: unexport GLAMOR_CREATE_PIXMAP_* defines"
This reverts commit 85267d38ac.
These are needed by the RDP module (www.xrdp.org).
Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
			
			
This commit is contained in:
		
							parent
							
								
									1e4faee4e5
								
							
						
					
					
						commit
						c4da97eb69
					
				| 
						 | 
					@ -117,6 +117,14 @@ extern _X_EXPORT PixmapPtr glamor_create_pixmap(ScreenPtr screen, int w, int h,
 | 
				
			||||||
                                                int depth, unsigned int usage);
 | 
					                                                int depth, unsigned int usage);
 | 
				
			||||||
extern _X_EXPORT Bool glamor_destroy_pixmap(PixmapPtr pixmap);
 | 
					extern _X_EXPORT Bool glamor_destroy_pixmap(PixmapPtr pixmap);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					/* needed by Xrdp module */
 | 
				
			||||||
 | 
					#define GLAMOR_CREATE_PIXMAP_CPU        0x100
 | 
				
			||||||
 | 
					#define GLAMOR_CREATE_PIXMAP_FIXUP      0x101
 | 
				
			||||||
 | 
					#define GLAMOR_CREATE_FBO_NO_FBO        0x103
 | 
				
			||||||
 | 
					#define GLAMOR_CREATE_NO_LARGE          0x105
 | 
				
			||||||
 | 
					#define GLAMOR_CREATE_PIXMAP_NO_TEXTURE 0x106
 | 
				
			||||||
 | 
					#define GLAMOR_CREATE_FORMAT_CBCR       0x107
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/* @glamor_egl_exchange_buffers: Exchange the underlying buffers(KHR image,fbo).
 | 
					/* @glamor_egl_exchange_buffers: Exchange the underlying buffers(KHR image,fbo).
 | 
				
			||||||
 *
 | 
					 *
 | 
				
			||||||
 * @front: front pixmap.
 | 
					 * @front: front pixmap.
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -175,13 +175,6 @@ enum gradient_shader {
 | 
				
			||||||
    SHADER_GRADIENT_COUNT,
 | 
					    SHADER_GRADIENT_COUNT,
 | 
				
			||||||
};
 | 
					};
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#define GLAMOR_CREATE_PIXMAP_CPU        0x100
 | 
					 | 
				
			||||||
#define GLAMOR_CREATE_PIXMAP_FIXUP      0x101
 | 
					 | 
				
			||||||
#define GLAMOR_CREATE_FBO_NO_FBO        0x103
 | 
					 | 
				
			||||||
#define GLAMOR_CREATE_NO_LARGE          0x105
 | 
					 | 
				
			||||||
#define GLAMOR_CREATE_PIXMAP_NO_TEXTURE 0x106
 | 
					 | 
				
			||||||
#define GLAMOR_CREATE_FORMAT_CBCR       0x107
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
struct glamor_screen_private;
 | 
					struct glamor_screen_private;
 | 
				
			||||||
struct glamor_pixmap_private;
 | 
					struct glamor_pixmap_private;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue