all repos — fluxbox @ f679f26f80a8a54d4041ea8f8f0fb87ab076d478

custom fork of the fluxbox windowmanager

fixed SlitTheme
fluxgen fluxgen
commit

f679f26f80a8a54d4041ea8f8f0fb87ab076d478

parent

dd7755ae01f04601eef1d633075cd488ff89c668

1 files changed, 3 insertions(+), 1 deletions(-)

jump to
M src/Slit.hhsrc/Slit.hh

@@ -22,7 +22,7 @@ // LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING

// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER // DEALINGS IN THE SOFTWARE. -/// $Id: Slit.hh,v 1.22 2003/04/16 16:18:05 rathnor Exp $ +/// $Id: Slit.hh,v 1.23 2003/04/25 10:45:02 fluxgen Exp $ #ifndef SLIT_HH #define SLIT_HH

@@ -41,6 +41,7 @@ #include <list>

#include <string> #include <memory> +class SlitTheme; class SlitClient; class BScreen;

@@ -142,6 +143,7 @@ // for KDE

Atom kwm1_dockwindow, kwm2_dockwindow; std::auto_ptr<FbTk::XLayerItem> m_layeritem; + std::auto_ptr<SlitTheme> m_slit_theme; };