sna: Typo in DBG
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
This commit is contained in:
parent
557ad78d02
commit
eb66737854
|
|
@ -2571,7 +2571,7 @@ sna_drawable_use_bo(DrawablePtr drawable, unsigned flags, const BoxRec *box,
|
|||
int16_t dx, dy;
|
||||
int ret;
|
||||
|
||||
DBG(("%s pixmap=%ld, box=((%d, %d), (%d, %d)), flagss=%x...\n",
|
||||
DBG(("%s pixmap=%ld, box=((%d, %d), (%d, %d)), flags=%x...\n",
|
||||
__FUNCTION__,
|
||||
pixmap->drawable.serialNumber,
|
||||
box->x1, box->y1, box->x2, box->y2,
|
||||
|
|
|
|||
|
|
@ -1373,8 +1373,8 @@ static void sna_dri_flip_event(struct sna *sna,
|
|||
/* We assume our flips arrive in order, so we don't check the frame */
|
||||
switch (flip->type) {
|
||||
case DRI2_FLIP:
|
||||
DBG(("%s: flip complete (drawable gone? %d)\n"
|
||||
, __FUNCTION__, flp->draw == NULL));
|
||||
DBG(("%s: flip complete (drawable gone? %d)\n",
|
||||
__FUNCTION__, flip->draw == NULL));
|
||||
if (flip->draw)
|
||||
DRI2SwapComplete(flip->client, flip->draw,
|
||||
flip->fe_frame,
|
||||
|
|
|
|||
Loading…
Reference in New Issue