소스 검색

unpublish verify_window-size since interrogate cant handle it

cxgeorge 24 년 전
부모
커밋
47562a9984
1개의 변경된 파일5개의 추가작업 그리고 5개의 파일을 삭제
  1. 5 5
      panda/src/display/graphicsWindow.h

+ 5 - 5
panda/src/display/graphicsWindow.h

@@ -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);