unpublish verify_window-size since interrogate cant handle it

This commit is contained in:
cxgeorge 2001-10-23 21:53:39 +00:00
parent eaa4da70f9
commit 47562a9984

View File

@ -129,6 +129,11 @@ PUBLISHED:
// resize the window to the given size // resize the window to the given size
virtual void resize(unsigned int xsize,unsigned int ysize); virtual void resize(unsigned int xsize,unsigned int ysize);
virtual void swap();
public:
virtual void resized(const unsigned int, const unsigned int);
// see if window sizes are supported (i.e. in fullscrn mode) // see if window sizes are supported (i.e. in fullscrn mode)
// //
// note: it might be better to implement some sort of query // note: it might be better to implement some sort of query
@ -138,11 +143,6 @@ PUBLISHED:
// knows about. // knows about.
virtual unsigned int verify_window_sizes(unsigned int numsizes,unsigned int *dimen); virtual unsigned int verify_window_sizes(unsigned int numsizes,unsigned int *dimen);
virtual void swap();
public:
virtual void resized(const unsigned int, const unsigned int);
INLINE virtual void set_draw_callback(Callback *c); INLINE virtual void set_draw_callback(Callback *c);
INLINE virtual void set_idle_callback(Callback *c); INLINE virtual void set_idle_callback(Callback *c);