]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - c++/cursesw.h
ncurses 5.6 - patch 20071117
[ncurses.git] / c++ / cursesw.h
index 7e24c835f0929035ef6d0aff76a285dfa1813f75..170027b85d111505ab37d42e446c60069d4944f7 100644 (file)
@@ -30,7 +30,7 @@
 #ifndef NCURSES_CURSESW_H_incl
 #define NCURSES_CURSESW_H_incl 1
 
-// $Id: cursesw.h,v 1.44 2007/04/07 18:42:04 tom Exp $
+// $Id: cursesw.h,v 1.45 2007/11/17 21:42:06 tom Exp $
 
 #include <etip.h>
 
@@ -1214,6 +1214,14 @@ public:
   // dmaxrow,dmaxcol with the rectangle in this window beginning at
   // sminrow,smincol.
 
+  // -------------------------------------------------------------------------
+  // Extended functions
+  // -------------------------------------------------------------------------
+#ifdef NCURSES_EXT_FUNCS
+  int            wresize(NCursesWindow& win, int newLines, int newColumns) {
+    return ::wresize(win.w, newLines, newColumns); }
+#endif
+
   // -------------------------------------------------------------------------
   // Mouse related
   // -------------------------------------------------------------------------