mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 18:08:10 +00:00
Rename misleading parameter.
... and a typo and some whitespace.
This commit is contained in:
parent
07e944dfec
commit
3b3d28cf8e
@ -145,8 +145,8 @@ public:
|
||||
/// returns position of given x coordinate
|
||||
int pos2x(BufferView const * bv, size_type pos, int glue) const;
|
||||
/// returns position of given x coordinate
|
||||
size_type x2pos(BufferView const * bv, int pos) const;
|
||||
/// returns position of given x coordinate fstarting from a certain pos
|
||||
size_type x2pos(BufferView const * bv, int targetx) const;
|
||||
/// returns position of given x coordinate starting from a certain pos
|
||||
size_type x2pos(BufferView const * bv, int targetx, int glue) const;
|
||||
/// returns distance of this cell to the point given by x and y
|
||||
// assumes valid position and size cache
|
||||
|
Loading…
Reference in New Issue
Block a user