Mercurial > dillo_port1.3
view src/css.cc @ 493:03e0cacbb994
add css.hh css.cc
author | Johannes Hofmann <Johannes.Hofmann@gmx.de> |
---|---|
date | Wed, 22 Oct 2008 22:11:10 +0200 |
parents | |
children | 7224de9c34b7 |
line wrap: on
line source
/* * File: css.cc * * Copyright 2008 Jorge Arellano Cid <jcid@dillo.org> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 3 of the License, or * (at your option) any later version. */ #include "css.hh" StyleEngine::StyleEngine (DilloHtml *html) { this->html = html; } StyleEngine::~StyleEngine () { }