text: pixman: remove debug tests
The "true ||" case made pixman always use shadow buffers. Remove this debug statement so it works as expected. Signed-off-by: David Herrmann <dh.herrmann@googlemail.com>
This commit is contained in:
parent
048576a85c
commit
7ca44910c2
@ -201,7 +201,7 @@ static int tp_set(struct kmscon_text *txt)
|
||||
*/
|
||||
ret = uterm_display_get_buffers(txt->disp, tp->buf,
|
||||
UTERM_FORMAT_XRGB32);
|
||||
if (true || ret) {
|
||||
if (ret) {
|
||||
log_warning("cannot get buffers for display %p",
|
||||
txt->disp);
|
||||
ret = alloc_indirect(txt, w, h);
|
||||
|
Loading…
x
Reference in New Issue
Block a user