summaryrefslogtreecommitdiff
path: root/src/util.c
diff options
context:
space:
mode:
authorHavoc Pennington <hp@pobox.com>2001-09-11 03:54:54 +0000
committerHavoc Pennington <hp@src.gnome.org>2001-09-11 03:54:54 +0000
commit3645fef5e0bdef2fb256df00fe1915ccf6b521fc (patch)
tree5797a74a20209103b2e32cad351ab7bfe156647d /src/util.c
parentf386494ba48198b76bbe807f2c14a136244dfe6c (diff)
downloadmetacity-3645fef5e0bdef2fb256df00fe1915ccf6b521fc.tar.gz
icon for unmaximize
2001-09-10 Havoc Pennington <hp@pobox.com> * src/menu.c (meta_window_menu_new): icon for unmaximize * src/ui.c (meta_ui_init): fix call to XDisplayName * src/util.c: add missing header * src/frames.c: draw an unmaximize control if already maximized
Diffstat (limited to 'src/util.c')
-rw-r--r--src/util.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/util.c b/src/util.c
index 2865c818..e0f43df1 100644
--- a/src/util.c
+++ b/src/util.c
@@ -25,6 +25,7 @@
#include <stdio.h>
#include <stdlib.h>
+#include <unistd.h>
static gboolean is_verbose = FALSE;
static gboolean is_debugging = FALSE;