From 8b4681181c24fdcf3d26ac330dbcbeb8184a22b8 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Andr=C3=A9=20P=C3=B6nitz?= Date: Sat, 14 Aug 2004 21:59:41 +0000 Subject: [PATCH] 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 --- src/coordcache.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/coordcache.h b/src/coordcache.h index 639563036d..82081cd313 100644 --- a/src/coordcache.h +++ b/src/coordcache.h @@ -9,6 +9,11 @@ #include + +// 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 { -- 2.39.2