diff options
author | Adam Jackson <ajax@redhat.com> | 2008-06-13 10:35:07 -0400 |
---|---|---|
committer | Adam Jackson <ajax@redhat.com> | 2008-06-13 10:51:18 -0400 |
commit | f31bd087e8a7f65cd588bd1d022bb18e72b2a60c (patch) | |
tree | 1b16894940d071fd22547903ee7d652da7e3807a /hw/xwin/wingc.c | |
parent | af86c3b7ce705c1711c8cf8bf05a7a02b8afccf6 (diff) |
Death to mfb.
Anyone still interested in 1 or 4 bpp framebuffers, talk to fb.
Diffstat (limited to 'hw/xwin/wingc.c')
-rw-r--r-- | hw/xwin/wingc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/xwin/wingc.c b/hw/xwin/wingc.c index 107d87aef..1f3775263 100644 --- a/hw/xwin/wingc.c +++ b/hw/xwin/wingc.c @@ -119,7 +119,7 @@ const GCOps winGCOps = { miImageGlyphBlt, miPolyGlyphBlt, #endif - winPushPixels + miPushPixels, }; |