From 7179d77d0c6644f7c55d39e66495a94eb5b066db Mon Sep 17 00:00:00 2001 From: Jorn Baayen Date: Sat, 10 Aug 2002 16:47:43 +0000 Subject: Register window menu icons with the Gtk stock system, instead of using the 2002-08-10 Jorn Baayen 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 --- src/menu.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/menu.h') diff --git a/src/menu.h b/src/menu.h index 7fb5dee..39902fd 100644 --- a/src/menu.h +++ b/src/menu.h @@ -25,6 +25,11 @@ #include #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; -- cgit v1.1