1998-11-30 Federico Mena Quintero <federico@nuclecu.unam.mx>

* panel.h (WPanel): Added the missing tree/pane/view_table fields
	to the Gnome part of the structure.
This commit is contained in:
Miguel de Icaza 1998-11-30 22:46:07 +00:00
parent 43931af464
commit bd88c6ae00
2 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,8 @@
1998-11-30 Federico Mena Quintero <federico@nuclecu.unam.mx>
* panel.h (WPanel): Added the missing tree/pane/view_table fields
to the Gnome part of the structure.
1998-11-26 Miguel de Icaza <miguel@nuclecu.unam.mx>
* cons.saver.c (main): Make sure stderr is always valid.

View File

@ -126,6 +126,9 @@ typedef struct {
void *scrollbar;
void *status;
void *ministatus;
void *tree;
void *pane;
void *view_table;
void *filter_w; /* A WInput* */
void *current_dir; /* A WInput* */