mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-23 12:56:51 +03:00
1999-04-16 Miguel de Icaza <miguel@nuclecu.unam.mx>
* gscreen.c: Include the glib.h header file here.
This commit is contained in:
parent
936e6ef50f
commit
2c66e8180a
@ -1,3 +1,7 @@
|
||||
1999-04-16 Miguel de Icaza <miguel@nuclecu.unam.mx>
|
||||
|
||||
* gscreen.c: Include the glib.h header file here.
|
||||
|
||||
1999-04-16 Federico Mena Quintero <federico@nuclecu.unam.mx>
|
||||
|
||||
* gtkdtree.c (gtk_dtree_save_tree): Use tree_store_save().
|
||||
|
@ -37,6 +37,7 @@
|
||||
#include "gtkflist.h"
|
||||
#include "../vfs/vfs.h"
|
||||
#include <gdk/gdkprivate.h>
|
||||
#include <glib.h>
|
||||
|
||||
/* Whether to display the tree view on the left */
|
||||
int tree_panel_visible = -1;
|
||||
@ -45,7 +46,7 @@ int tree_panel_visible = -1;
|
||||
#include "dir-close.xpm"
|
||||
#include "link.xpm"
|
||||
#include "dev.xpm"
|
||||
|
||||
#include "gl
|
||||
/* Timeout for auto-scroll on drag */
|
||||
#define SCROLL_TIMEOUT 100
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user