X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Finsets%2Finsettext.h;h=54ee58bec7f553e06ea28ea003eaf37bd17b6ad8;hb=4a5b7a5952ad2381fcdf4830511293e184c7c5a1;hp=716d1b3fb34157d31c95925d7250e0903243d35c;hpb=5a1614bc5170fb2347abe164e909d89f56bb2ab6;p=lyx.git diff --git a/src/insets/insettext.h b/src/insets/insettext.h index 716d1b3fb3..54ee58bec7 100644 --- a/src/insets/insettext.h +++ b/src/insets/insettext.h @@ -417,5 +417,10 @@ private: mutable BufferView * do_resize; mutable bool do_reinit; mutable bool in_insetAllowed; + /// + // these are used to check for mouse movement in Motion selection code + /// + int mouse_x; + int mouse_y; }; #endif