inc/MainWindow.h
changeset 24 c6b5c552980a
parent 23 d4e164906a1b
child 25 233a997193b8
     1.1 --- a/inc/MainWindow.h	Thu May 22 21:32:45 2014 +0200
     1.2 +++ b/inc/MainWindow.h	Thu May 22 22:36:43 2014 +0200
     1.3 @@ -123,6 +123,8 @@
     1.4      FXFontDesc iCurrentFontDesc;
     1.5      FXFont* iCurrentFont;
     1.6      FXTGAImage* iFontImage;
     1.7 +	///Used the following to convert our bitmap into display format
     1.8 +	unsigned char* iPixelBuffer;
     1.9  
    1.10      struct hid_device_info *devices;
    1.11      hid_device *connected_device;