Xephyr: Fix compile when debugging is enabled
Signed-off-by: Egbert Eich <eich@freedesktop.org> Reviewed-by: Keith Packard <keithp@keithp.com> Signed-off-by: Keith Packard <keithp@keithp.com>
This commit is contained in:
		
							parent
							
								
									b536d56aef
								
							
						
					
					
						commit
						66212ca0d2
					
				| 
						 | 
					@ -798,7 +798,7 @@ hostx_screen_init(KdScreenInfo *screen,
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    EPHYR_DBG("host_screen=%p x=%d, y=%d, wxh=%dx%d, buffer_height=%d",
 | 
					    EPHYR_DBG("host_screen=%p x=%d, y=%d, wxh=%dx%d, buffer_height=%d",
 | 
				
			||||||
              host_screen, x, y, width, height, buffer_height);
 | 
					              screen, x, y, width, height, buffer_height);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    if (scrpriv->ximg != NULL) {
 | 
					    if (scrpriv->ximg != NULL) {
 | 
				
			||||||
        /* Free up the image data if previously used
 | 
					        /* Free up the image data if previously used
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue