Skip to content

Commit

Permalink
PANELOBS really ought to be completely private to 'panel.c'.
Browse files Browse the repository at this point in the history
  • Loading branch information
Bill-Gray committed Aug 20, 2022
1 parent d87b7bd commit 150a9f2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion panel.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ extern "C"
{
#endif

typedef struct panelobs PANELOBS;
typedef struct panel PANEL;

PDCEX int bottom_panel(PANEL *pan);
Expand Down
2 changes: 2 additions & 0 deletions pdcurses/panel.c
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,8 @@ panel
#include <panel.h>
#include <stdlib.h>

typedef struct panelobs PANELOBS;

struct panelobs
{
struct panelobs *above;
Expand Down

0 comments on commit 150a9f2

Please sign in to comment.