mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-05 03:15:07 -04:00
unpublish verify_window-size since interrogate cant handle it
This commit is contained in:
parent
eaa4da70f9
commit
47562a9984
@ -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);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user