From e2927b6de821a7d699506c384f0e4e8b6177d540 Mon Sep 17 00:00:00 2001 From: Derek Foreman Date: Tue, 27 May 2003 04:49:53 +0000 Subject: [PATCH] surface pointer please --- openbox/frame.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openbox/frame.h b/openbox/frame.h index 8d5130fe..334d054d 100644 --- a/openbox/frame.h +++ b/openbox/frame.h @@ -59,7 +59,7 @@ typedef struct FrameDecor { Decoration type; struct Frame *frame; int xoff, yoff; /* offsets for shape*/ -/* struct RrSurface *surface; SOOOOON!*/ + struct RrSurface *surface; } FrameDecor; typedef struct Frame { -- 2.34.1