Mercurial > dillo_port1.3
view dw/fltkcore.hh @ 1738:7974b38cc036
use background-color on <html>-element
author | Johannes Hofmann <Johannes.Hofmann@gmx.de> |
---|---|
date | Mon, 11 Oct 2010 23:36:36 +0200 |
parents | e5955ab8dafb |
children | 101e50b741dd |
line wrap: on
line source
#ifndef __DW_FLTK_CORE_HH__ #define __DW_FLTK_CORE_HH__ #define __INCLUDED_FROM_DW_FLTK_CORE_HH__ namespace dw { namespace fltk { namespace ui { class FltkResource; } // namespace ui } // namespace fltk } // namespace core #include <fltk/Widget.h> #include "core.hh" #include "fltkimgbuf.hh" #include "fltkplatform.hh" #include "fltkui.hh" #undef __INCLUDED_FROM_DW_FLTK_CORE_HH__ #endif // __DW_FLTK_CORE_HH__