X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=drv%2Flcd_gfx_qt.cpp;h=38d0753863f18176a079276b23fdeecbe478e534;hb=a93d7b6104de6de7cfdc16a3434593bbad87a601;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..38d07538 --- a/drv/lcd_gfx_qt.cpp +++ b/drv/lcd_gfx_qt.cpp @@ -1,8 +1,33 @@ /** * \file * * * \version $Id$ @@ -14,6 +39,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 +172,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)