diff options
author | pixel <pixel> | 2005-06-20 22:43:35 +0000 |
---|---|---|
committer | pixel <pixel> | 2005-06-20 22:43:35 +0000 |
commit | e6f2e66ffb3d436bde9fa3a6fb500090e7a146a8 (patch) | |
tree | a207b9084f5e07401f1e0a92fc90ee1f9177c48d /Dalos/Hexview.h | |
parent | f63b29b1ecde50618e92c069fb04d8e0ae6e63ae (diff) |
Minor cosmetic changes.
Diffstat (limited to 'Dalos/Hexview.h')
-rw-r--r-- | Dalos/Hexview.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Dalos/Hexview.h b/Dalos/Hexview.h index 1d604cc..a550e04 100644 --- a/Dalos/Hexview.h +++ b/Dalos/Hexview.h @@ -17,7 +17,7 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -/* $Id: Hexview.h,v 1.2 2004-12-29 01:58:33 pixel Exp $ */ +/* $Id: Hexview.h,v 1.3 2005-06-20 22:43:35 pixel Exp $ */ #ifndef __HEXVIEW_H__ #define __HEXVIEW_H__ @@ -45,6 +45,7 @@ class hexview : public mogltk::widget { int get_shift(); void bind_handle(Handle * _h); Uint8 * get_data(); + void refresh_data(); virtual void draw(); protected: virtual void resize_notify(); |