From: Derek Foreman Date: Tue, 27 May 2003 04:49:53 +0000 (+0000) Subject: surface pointer please X-Git-Tag: gl2~82 X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=e2927b6de821a7d699506c384f0e4e8b6177d540;p=dana%2Fopenbox.git surface pointer please --- 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 {