From 6624aeed96e675d2102edc10d16a48bacc6ecf12 Mon Sep 17 00:00:00 2001 From: Olivier Fourdan Date: Thu, 13 Feb 2003 14:22:51 +0000 Subject: Okay, promise, I'll stop with optimizations :) (Old svn revision: 10926) --- src/frame.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/frame.h') diff --git a/src/frame.h b/src/frame.h index 086c0e16c..d48d4c763 100644 --- a/src/frame.h +++ b/src/frame.h @@ -35,6 +35,6 @@ inline int frameX(Client *); inline int frameY(Client *); inline int frameWidth(Client *); inline int frameHeight(Client *); -void frameDraw(Client *, gboolean); +void frameDraw(Client *, gboolean, gboolean); #endif /* __FRAME_H__ */ -- cgit v1.2.1