From c3fca9a0a53d2ec7bfd6920e3de14c3e7d8262e6 Mon Sep 17 00:00:00 2001 From: id Date: Sun, 6 Jun 1999 11:40:29 +0000 Subject: [PATCH] Buttons added. --- WINGs/WINGsP.h | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/WINGs/WINGsP.h b/WINGs/WINGsP.h index 02fec418..a720f17e 100644 --- a/WINGs/WINGsP.h +++ b/WINGs/WINGsP.h @@ -199,8 +199,15 @@ typedef struct W_Screen { struct W_Pixmap *trashcanIcon; struct W_Pixmap *altTrashcanIcon; + struct W_Pixmap *createDirIcon; + struct W_Pixmap *altCreateDirIcon; + struct W_Pixmap *disketteIcon; struct W_Pixmap *altDisketteIcon; + struct W_Pixmap *mountIcon; + struct W_Pixmap *altMountIcon; + struct W_Pixmap *unmountIcon; + struct W_Pixmap *altUnmountIcon; struct W_Pixmap *magnifyIcon; /* struct W_Pixmap *altMagnifyIcon;*/