diff options
author | Maarten Maathuis <madman2003@gmail.com> | 2009-02-27 13:06:28 +0100 |
---|---|---|
committer | Maarten Maathuis <madman2003@gmail.com> | 2009-02-27 17:11:47 +0100 |
commit | f028b14876dc536b575d4b6e1df7f37ee525acec (patch) | |
tree | 17855a3697be2de846a5ccebbdf3250e7bcc0664 /exa/exa_glyphs.c | |
parent | ed00515ec54b294f304b8ae2857e3073f97860d2 (diff) |
exa: whitespace
Diffstat (limited to 'exa/exa_glyphs.c')
-rw-r--r-- | exa/exa_glyphs.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/exa/exa_glyphs.c b/exa/exa_glyphs.c index 1480bc2f1..596b60c6e 100644 --- a/exa/exa_glyphs.c +++ b/exa/exa_glyphs.c @@ -187,7 +187,6 @@ exaRealizeGlyphCaches(ScreenPtr pScreen, } /* Now allocate the pixmap and picture */ - pPixmap = (*pScreen->CreatePixmap) (pScreen, CACHE_PICTURE_WIDTH, height, depth, 0); @@ -205,7 +204,6 @@ exaRealizeGlyphCaches(ScreenPtr pScreen, return FALSE; /* And store the picture in all the caches for the format */ - for (i = 0; i < EXA_NUM_GLYPH_CACHES; i++) { ExaGlyphCachePtr cache = &pExaScr->glyphCaches[i]; int j; @@ -458,13 +456,12 @@ exaGlyphCacheBufferGlyph(ScreenPtr pScreen, * already in the output buffer were at this position in * the cache */ - pos = cache->evictionPosition; DBG_GLYPH_CACHE((" evicting glyph at %d\n", pos)); if (buffer->count) { int x, y; int i; - + x = CACHE_X(pos); y = CACHE_Y(pos); |