mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-23 21:06:52 +03:00
1999-05-28 Miguel de Icaza <miguel@nuclecu.unam.mx>
* gscreen.c: Include util.h after x.h; Undefine __G_LIB_H__.
This commit is contained in:
parent
1534ef3055
commit
9c0597b6a3
@ -11,6 +11,7 @@
|
|||||||
#include <config.h>
|
#include <config.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include "x.h"
|
#include "x.h"
|
||||||
|
#include "util.h"
|
||||||
#include "global.h"
|
#include "global.h"
|
||||||
#include "dir.h"
|
#include "dir.h"
|
||||||
#include "command.h"
|
#include "command.h"
|
||||||
@ -38,7 +39,6 @@
|
|||||||
#include "gtkflist.h"
|
#include "gtkflist.h"
|
||||||
#include "../vfs/vfs.h"
|
#include "../vfs/vfs.h"
|
||||||
#include <gdk/gdkprivate.h>
|
#include <gdk/gdkprivate.h>
|
||||||
#include <glib.h>
|
|
||||||
|
|
||||||
/* Whether to display the tree view on the left */
|
/* Whether to display the tree view on the left */
|
||||||
int tree_panel_visible = -1;
|
int tree_panel_visible = -1;
|
||||||
|
Loading…
Reference in New Issue
Block a user