X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=drv%2Flcd_gfx_qt.cpp;h=8f3981e43face603578ff3f1db8e275e6da2d628;hb=3b33848a29f6a9ba49a2913ba6b721e01d8b95f5;hp=f838ac7d4e23ae5522239ed25f6432d7e308b4da;hpb=20d3c79024c12bb366270c0c1fdda53c4c55e734;p=bertos.git diff --git a/drv/lcd_gfx_qt.cpp b/drv/lcd_gfx_qt.cpp index f838ac7d..8f3981e4 100755 --- a/drv/lcd_gfx_qt.cpp +++ b/drv/lcd_gfx_qt.cpp @@ -14,6 +14,9 @@ /*#* *#* $Log$ + *#* Revision 1.7 2006/04/27 05:43:08 bernie + *#* Fix naming conventions. + *#* *#* Revision 1.6 2006/02/20 02:00:40 bernie *#* Port to Qt 4.1. *#* @@ -157,7 +160,7 @@ struct Bitmap lcd_bitmap; gfx_bitmapClear(&lcd_bitmap); } -/*extern "C"*/ void lcd_blit_bitmap(Bitmap *bm) +/*extern "C"*/ void lcd_blitBitmap(Bitmap *bm) { //FIXME CHECK_WALL(wall_before_raster); //FIXME CHECK_WALL(wall_after_raster);