X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=openbox%2Fframe.h;h=b48c07cacfee521bca50146f395976ba57fd2fd4;hb=80a6f06c0a3d6de2c7d94066c5a9764b97a600af;hp=d50a2b72f8f1bbe92f5952965e0acbd1b31d3f65;hpb=1b4ff4e93f8bc312a862d3f08afeb0f4809527ae;p=chaz%2Fopenbox diff --git a/openbox/frame.h b/openbox/frame.h index d50a2b72..b48c07ca 100644 --- a/openbox/frame.h +++ b/openbox/frame.h @@ -1,6 +1,7 @@ /* -*- indent-tabs-mode: nil; tab-width: 4; c-basic-offset: 4; -*- frame.h for the Openbox window manager + Copyright (c) 2006 Mikael Magnusson Copyright (c) 2003 Ben Jansens This program is free software; you can redistribute it and/or modify @@ -97,6 +98,8 @@ struct _ObFrame Window tlresize; Window trresize; + Colormap colormap; + RrAppearance *a_unfocused_title; RrAppearance *a_focused_title; RrAppearance *a_unfocused_label; @@ -141,7 +144,7 @@ struct _ObFrame GTimeVal flash_end; }; -ObFrame *frame_new(); +ObFrame *frame_new(struct _ObClient *c); void frame_show(ObFrame *self); void frame_hide(ObFrame *self); void frame_adjust_theme(ObFrame *self);