X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=openbox%2Fclient.h;h=9c96351eb12f1072d32541a8467e00e533ccc441;hb=59f318e897a301a40fb46fadbc4b825ccf86c0ba;hp=52005fcb309556f0d32a34e29c0f93ec6974a3e4;hpb=5be23ec5a4dcacb8b1adf1d352ad5600f426f3ed;p=chaz%2Fopenbox 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;