make all cached coordinates mean the same (0,0) == upper left screen

corner


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@8937 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
André Pönitz 2004-08-14 21:59:41 +00:00
parent b4b6c8b078
commit 8b4681181c

View File

@ -9,6 +9,11 @@
#include <map>
// All positions cached in this cache are only valid between subsequent
// updated. (x,y) == (0,0) is the upper left screen corner, x increases
// to the right, y increases downwords.
void lyxbreaker(void const * data, const char * hint, int size);
struct Point {