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" +