From 2378f73f612e9570e78fa2e868078f37dcf17346 Mon Sep 17 00:00:00 2001 From: Carsten Haitzler Date: Sat, 17 Feb 2001 23:06:01 +0000 Subject: [PATCH] errrrrrr. SVN revision: 4245 --- src/e.h | 5 ++++- src/shelf.c | 1 + 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/src/e.h b/src/e.h index 60ab78e3b..9c9dc3bc2 100644 --- a/src/e.h +++ b/src/e.h @@ -395,7 +395,10 @@ struct _E_Shelf char *name; - int x, int y, int w, int h; + int x, y, w, h; + struct { + Ebits_Object border; + } bit; }; struct _E_Background diff --git a/src/shelf.c b/src/shelf.c index 1c816a6a0..669be2a6e 100644 --- a/src/shelf.c +++ b/src/shelf.c @@ -1 +1,2 @@ #include "e.h" +