mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-05-08 10:18:04 +02:00
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
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Reference in a new issue