diff options
author | Havoc Pennington <hp@pobox.com> | 2001-09-11 03:54:54 +0000 |
---|---|---|
committer | Havoc Pennington <hp@src.gnome.org> | 2001-09-11 03:54:54 +0000 |
commit | 3645fef5e0bdef2fb256df00fe1915ccf6b521fc (patch) | |
tree | 5797a74a20209103b2e32cad351ab7bfe156647d /src/util.c | |
parent | f386494ba48198b76bbe807f2c14a136244dfe6c (diff) | |
download | metacity-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.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -25,6 +25,7 @@ #include <stdio.h> #include <stdlib.h> +#include <unistd.h> static gboolean is_verbose = FALSE; static gboolean is_debugging = FALSE; |