]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_support.h
enable direct input of #1...#9; some whitespace changes
[lyx.git] / src / mathed / math_support.h
index 2b219a39a55eee2cda3612dd830deb3aab717a22..5be27bc06d1edbbd487e079f0cd8a9b4d6083569 100644 (file)
@@ -9,6 +9,7 @@
 class Painter;
 class latexkeys;
 class MathMetricsInfo;
+class MathInset;
 
 extern char const * latex_mathspace[];
 
@@ -26,6 +27,8 @@ int mathed_char_descent(MathTextCodes type, MathMetricsInfo const & size,
 void mathed_draw_deco(Painter & pain, int x, int y, int w, int h,
        string const & name);
 
+void mathed_draw_framebox(Painter & pain, int x, int y, MathInset const *);
+
 void mathed_string_dim(MathTextCodes type, MathMetricsInfo const & size,
        string const & s, int & asc, int & des, int & wid);
 int mathed_string_height(MathTextCodes type, MathMetricsInfo const & size,