diff options
author | Jorn Baayen <jorn@nl.linux.org> | 2002-08-10 16:47:43 +0000 |
---|---|---|
committer | Havoc Pennington <hp@src.gnome.org> | 2002-08-10 16:47:43 +0000 |
commit | 7179d77d0c6644f7c55d39e66495a94eb5b066db (patch) | |
tree | 196ca4642ae48a07cc74d5a7fcd61c5467714b88 /src/menu.h | |
parent | 4c3a20c3f2ebf5b709ed43098cfedce3171fc381 (diff) | |
download | mutter-7179d77d0c6644f7c55d39e66495a94eb5b066db.tar.gz |
Register window menu icons with the Gtk stock system, instead of using the
2002-08-10 Jorn Baayen <jorn@nl.linux.org>
Register window menu icons with the Gtk stock system, instead
of using the ones from the Metacity theme (which looked very bad with
some themes).
* src/Makefile.am:
* src/main.c:
* src/menu.c:
* src/stock_delete.png: added these files
* src/stock_minimize.png:
* src/stock_maximize.png:
* src/ui.c
Diffstat (limited to 'src/menu.h')
-rw-r--r-- | src/menu.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/menu.h b/src/menu.h index 7fb5deef5..39902fd4c 100644 --- a/src/menu.h +++ b/src/menu.h @@ -25,6 +25,11 @@ #include <gtk/gtk.h> #include "frames.h" +/* Stock icons */ +#define METACITY_STOCK_DELETE "metacity-delete" +#define METACITY_STOCK_MINIMIZE "metacity-minimize" +#define METACITY_STOCK_MAXIMIZE "metacity-maximize" + struct _MetaWindowMenu { MetaFrames *frames; |