Mercurial > dillo_port1.3
view dw/fltkmisc.hh @ 2084:5b8e5855ab8e
support !important in style attributes
author | Johannes Hofmann <Johannes.Hofmann@gmx.de> |
---|---|
date | Tue, 07 Jun 2011 12:06:52 +0200 |
parents | e5955ab8dafb |
children |
line wrap: on
line source
#ifndef __FLTKMISC_HH__ #define __FLTKMISC_HH__ namespace dw { namespace fltk { /** * \brief Miscellaneous FLTK stuff. */ namespace misc { int screenWidth (); int screenHeight (); void warpPointer (int x, int y); } // namespace misc } // namespace fltk } // namespace dw #endif // __FLTKMISC_HH__