Mercurial > dillo_port1.3
view dw/fltkmisc.hh @ 1918:55af06da5523
merge in recent changes from main repo
author | corvid <corvid@lavabit.com> |
---|---|
date | Fri, 25 Feb 2011 08:37:13 +0000 |
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__