sna: Typo in DBG

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
This commit is contained in:
Chris Wilson 2012-09-26 15:12:57 +01:00
parent 557ad78d02
commit eb66737854
2 changed files with 3 additions and 3 deletions

View File

@ -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,

View File

@ -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,