mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
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:
parent
b4b6c8b078
commit
8b4681181c
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user