]> git.lyx.org Git - lyx.git/blobdiff - src/bufferview_funcs.h
Applied Angus patch to compile on DEC C++ and to avoid name clashes
[lyx.git] / src / bufferview_funcs.h
index 2a062c9eee3b60ceec50128a87ec1da15e066216..ad1b174c5d5931deaf9115e3366794f1a301af56 100644 (file)
@@ -53,8 +53,6 @@ extern void Tex(BufferView *);
 ///
 extern void changeDepth(BufferView *, LyXText *, int);
 ///
-extern void Free(BufferView *);
-///
 extern void ProhibitInput(BufferView *);
 ///
 extern void AllowInput(BufferView *);
@@ -73,5 +71,5 @@ extern void FontSize(BufferView *, string const &);
 /// Returns the current font and depth as a message. 
 extern string const CurrentState(BufferView *);
 ///
-extern void ToggleAndShow(BufferView *, LyXFont const &);
+extern void ToggleAndShow(BufferView *, LyXFont const &, bool toggleall=true);
 #endif