Mercurial > dillo_port1.3
view dw/fltkcore.hh @ 2149:9d1ff8be799c tip
disable 'Found font:' messages
author | Johannes Hofmann <Johannes.Hofmann@gmx.de> |
---|---|
date | Sun, 24 Jul 2011 22:17:57 +0200 |
parents | 101e50b741dd |
children |
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 <FL/Fl_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__