/[libvob]/libvob/include/vob/os/Os.hxx
ViewVC logotype

Diff of /libvob/include/vob/os/Os.hxx

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.6 by tjl, Thu Jul 24 07:20:27 2003 UTC revision 1.7 by tjl, Sat Aug 2 09:07:11 2003 UTC
# Line 39  namespace Os { Line 39  namespace Os {
39          };          };
40          virtual ~Eventhandler() { } // not called by Window..          virtual ~Eventhandler() { } // not called by Window..
41          virtual void keystroke(const char *str) {}          virtual void keystroke(const char *str) {}
42          virtual void mouse(int x, int y, int button, int type) {}          virtual void mouse(int x, int y, int button, int type,
43                                int modifiers) {}
44          virtual void timeout(int id) {}          virtual void timeout(int id) {}
45          virtual void windowClosed() {}          virtual void windowClosed() {}
46          virtual void resize(int w, int h) { repaint(); }          virtual void resize(int w, int h) { repaint(); }

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26