1
1
Этот коммит содержится в:
Miguel de Icaza 1999-08-01 18:29:11 +00:00
родитель fc05bf2408
Коммит 95ff494e76

Просмотреть файл

@ -40,6 +40,10 @@
#include "../vfs/vfs.h"
#include <gdk/gdkprivate.h>
#ifndef MAX
# define MAX(a,b) ((a) > (b) ? a : b)
#endif
/* Whether to display the tree view on the left */
int tree_panel_visible = -1;