From 7d943a950e39d4d93113c0efc7b41916f6b8c66d Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Thu, 10 Jul 2003 07:16:19 +0000 Subject: prefixing and capitalization for the Frame->ObFrame struct and the Context->ObFrameContext enum and its constants. --- openbox/client.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'openbox/client.h') diff --git a/openbox/client.h b/openbox/client.h index 52005fcb..9c96351e 100644 --- a/openbox/client.h +++ b/openbox/client.h @@ -10,7 +10,7 @@ #include #include -struct Frame; +struct _ObFrame; struct _ObGroup; typedef struct _ObClient ObClient; @@ -75,7 +75,7 @@ struct _ObClient Window window; /*! The window's decorations. NULL while the window is being managed! */ - struct Frame *frame; + struct _ObFrame *frame; /*! The number of unmap events to ignore on the window */ int ignore_unmaps; -- cgit v1.2.3