X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=drv%2Flcd_gfx_qt.cpp;h=48456fce9afa2d219e91460926ef4d7daa123ab2;hb=5f3952176a4e9a00ca8dd5ec4a6b994958f89e0a;hp=16d1eab8660bc83aa11cc470844190f93f1afdac;hpb=04cdf83948ae2bf7d6404be4d5816707092619f3;p=bertos.git diff --git a/drv/lcd_gfx_qt.cpp b/drv/lcd_gfx_qt.cpp old mode 100755 new mode 100644 index 16d1eab8..48456fce --- a/drv/lcd_gfx_qt.cpp +++ b/drv/lcd_gfx_qt.cpp @@ -14,6 +14,9 @@ /*#* *#* $Log$ + *#* Revision 1.9 2006/07/19 12:56:25 bernie + *#* Convert to new Doxygen style. + *#* *#* Revision 1.8 2006/05/28 12:17:57 bernie *#* Drop almost all the Qt3 cruft. *#* @@ -144,7 +147,7 @@ DECLARE_WALL(wall_before_raster, WALL_SIZE) static uint8_t lcd_raster[RASTER_SIZE(EmulLCD::WIDTH, EmulLCD::HEIGHT)]; DECLARE_WALL(wall_after_raster, WALL_SIZE) -/*! Default LCD bitmap */ +/** Default LCD bitmap */ struct Bitmap lcd_bitmap; /*extern "C"*/ void lcd_init(void)