]> git.lyx.org Git - lyx.git/blobdiff - src/bufferview_funcs.h
Indentation change + small #ifndef NEW_INSETS fix.
[lyx.git] / src / bufferview_funcs.h
index 2ba44d3013ef8b8774bf65f5418e96db85ec2dff..ad1b174c5d5931deaf9115e3366794f1a301af56 100644 (file)
@@ -20,6 +20,7 @@
 
 class BufferView;
 class LyXFont;
+class LyXText;
 
 #ifndef NEW_INSETS
 ///
@@ -50,9 +51,7 @@ extern void Melt(BufferView *);
 ///
 extern void Tex(BufferView *);
 ///
-extern void changeDepth(BufferView *, int);
-///
-extern void Free(BufferView *);
+extern void changeDepth(BufferView *, LyXText *, int);
 ///
 extern void ProhibitInput(BufferView *);
 ///
@@ -72,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