]> git.lyx.org Git - features.git/blobdiff - src/BufferView_pimpl.C
small fixes, silence debug msgs, move some functions
[features.git] / src / BufferView_pimpl.C
index 8571e7e66f11c8664aec454a18313aab52368e3b..8ca4cc9a05e141d0992a5b7693d51116ad5deea3 100644 (file)
@@ -17,7 +17,7 @@
 #include "lyxfunc.h"
 #include "minibuffer.h"
 #include "font.h"
-#include "lyx_cb.h"
+#include "bufferview_funcs.h"
 #include "TextCache.h"
 #include "bufferlist.h"
 #include "insets/insetbib.h"
 using std::pair;
 using std::endl;
 
+/* the selection possible is needed, that only motion events are 
+ * used, where the bottom press event was on the drawing area too */
+bool selection_possible = false;
+
 extern BufferList bufferlist;
-extern bool selection_possible;
 extern char ascii_type;
 
 extern void sigchldhandler(pid_t pid, int * status);