]> git.lyx.org Git - features.git/blobdiff - src/mathed/support.h
don't draw \vec, \hat etc much wider than LaTeX does
[features.git] / src / mathed / support.h
index e6b90a2762c281eced6e92ac3636e004e51129ad..3352ec379f6e1a226f60b0bcb521d06687305dd9 100644 (file)
@@ -19,8 +19,8 @@ int mathed_char_width(MathTextCodes type, MathStyles size, unsigned char c);
 int mathed_char_ascent(MathTextCodes type, MathStyles size, unsigned char c);
 int mathed_char_descent(MathTextCodes type, MathStyles size, unsigned char c);
 
-void mathed_draw_deco
-       (Painter & pain, int x, int y, int w, int h, string const & name);
+void mathed_draw_deco(Painter & pain, int x, int y, int w, int h,
+       string const & name);
 
 void mathed_string_dim(MathTextCodes type, MathStyles size, string const & s,
   int & asc, int & des, int & wid);