Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: MaximInterface
Diff: DisplayGraphicWindow.hpp
- Revision:
- 10:71359af61af8
- Parent:
- 8:a0d75dff3c9b
- Child:
- 13:6a6225690c2e
--- a/DisplayGraphicWindow.hpp Thu Apr 06 15:19:57 2017 -0500
+++ b/DisplayGraphicWindow.hpp Mon Apr 10 11:55:33 2017 -0500
@@ -49,7 +49,7 @@
protected:
virtual void resized();
- virtual void doRender(Bitmap & bitmap) const;
+ virtual void doRender(Bitmap & bitmap, int xOffset, int yOffset) const;
private:
void returnClicked();