]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - panel/llib-lpanelt
ncurses 6.4 - patch 20240420
[ncurses.git] / panel / llib-lpanelt
index 8fcd42c9b6dea21f1b9dd2e840b9afa69bb062ff..0b996832e58d7aee5aaa9e14e9c65f934bf11796 100644 (file)
@@ -1,5 +1,6 @@
 /****************************************************************************
 /****************************************************************************
- * Copyright (c) 2010 Free Software Foundation, Inc.                        *
+ * Copyright 2020,2021 Thomas E. Dickey                                     *
+ * Copyright 2010,2015 Free Software Foundation, Inc.                       *
  *                                                                          *
  * Permission is hereby granted, free of charge, to any person obtaining a  *
  * copy of this software and associated documentation files (the            *
  *                                                                          *
  * Permission is hereby granted, free of charge, to any person obtaining a  *
  * copy of this software and associated documentation files (the            *
@@ -27,7 +28,7 @@
  ****************************************************************************/
 
 /****************************************************************************
  ****************************************************************************/
 
 /****************************************************************************
- *  Author: Thomas E. Dickey        2010                                    *
+ *  Author: Thomas E. Dickey       2010-on                                  *
  ****************************************************************************/
 /* LINTLIBRARY */
 
  ****************************************************************************/
 /* LINTLIBRARY */
 
@@ -42,19 +43,20 @@ PANEL       *_nc_retrace_panel(
 
 #undef _nc_my_visbuf
 const char *_nc_my_visbuf(
 
 #undef _nc_my_visbuf
 const char *_nc_my_visbuf(
-               const void *ptr)
+               const void *ptr,
+               int     n)
                { return(*(const char **)0); }
 
 #undef _nc_dPanel
 void   _nc_dPanel(
                { return(*(const char **)0); }
 
 #undef _nc_dPanel
 void   _nc_dPanel(
-               const char *text, 
+               const char *text,
                const PANEL *pan)
                { /* void */ }
 
 #undef _nc_dStack
 void   _nc_dStack(
                const PANEL *pan)
                { /* void */ }
 
 #undef _nc_dStack
 void   _nc_dStack(
-               const char *fmt, 
-               int     num, 
+               const char *fmt,
+               int     num,
                const PANEL *pan)
                { /* void */ }
 
                const PANEL *pan)
                { /* void */ }
 
@@ -70,8 +72,8 @@ void  _nc_Touchpan(
 
 #undef _nc_Touchline
 void   _nc_Touchline(
 
 #undef _nc_Touchline
 void   _nc_Touchline(
-               const PANEL *pan, 
-               int     start, 
+               const PANEL *pan,
+               int     start,
                int     count)
                { /* void */ }
 
                int     count)
                { /* void */ }
 
@@ -131,8 +133,8 @@ int panel_hidden(
 
 #undef move_panel
 int    move_panel(
 
 #undef move_panel
 int    move_panel(
-               PANEL   *pan, 
-               int     starty, 
+               PANEL   *pan,
+               int     starty,
                int     startx)
                { return(*(int *)0); }
 
                int     startx)
                { return(*(int *)0); }
 
@@ -147,7 +149,7 @@ PANEL       *new_panel(
 
 #undef replace_panel
 int    replace_panel(
 
 #undef replace_panel
 int    replace_panel(
-               PANEL   *pan, 
+               PANEL   *pan,
                WINDOW  *win)
                { return(*(int *)0); }
 
                WINDOW  *win)
                { return(*(int *)0); }
 
@@ -180,14 +182,14 @@ void      update_panels(void)
 
 #undef set_panel_userptr
 int    set_panel_userptr(
 
 #undef set_panel_userptr
 int    set_panel_userptr(
-               PANEL   *pan, 
-               void    *uptr)
+               PANEL   *pan,
+               const void *uptr)
                { return(*(int *)0); }
 
 #undef panel_userptr
                { return(*(int *)0); }
 
 #undef panel_userptr
-void   *panel_userptr(
+const void *panel_userptr(
                const PANEL *pan)
                const PANEL *pan)
-               { return(*(void **)0); }
+               { return(*(const void **)0); }
 
 /* ./p_win.c */
 
 
 /* ./p_win.c */