]> git.lyx.org Git - features.git/blobdiff - src/insets/figinset.C
read ChangeLog, a lot of whitespace changes. experimental use of libtool
[features.git] / src / insets / figinset.C
index 92d15449387bb00a6e5229a2f74c149b97a7b867..13302f197a2beae9cd4f4cd0a63bd836d4502514 100644 (file)
@@ -438,7 +438,7 @@ int FindBmpIndex(figdata *tmpdata)
 
 static void chpixmap(Pixmap, int, int)
 {
-       Display* tempdisp = XOpenDisplay(XDisplayName(0));
+       Display * tempdisp = XOpenDisplay(XDisplayName(0));
 
        // here read the pixmap and change all colors to those we
        // have allocated
@@ -520,9 +520,9 @@ static void runqueue()
                        return;
                }
                if (pid == 0) { // child
-                       char **env, rbuf[80], gbuf[40];
+                       char ** env, rbuf[80], gbuf[40];
                        int ne = 0;
-                       Display* tempdisp = XOpenDisplay(XDisplayName(0));
+                       Display * tempdisp = XOpenDisplay(XDisplayName(0));
 
                        // create translation file
                        sprintf(tbuf, "%s/~lyxgs%d.ps", system_tempdir.c_str(),
@@ -1296,9 +1296,9 @@ void InsetFig::Edit(int, int)
 }
 
 
-Inset *InsetFig::Clone()
+InsetFig * InsetFig::Clone() const
 {
-       InsetFig *tmp = new InsetFig(100, 100, owner);
+       InsetFig * tmp = new InsetFig(100, 100, owner);
 
        if (lyxerr.debugging()) {
                lyxerr << "Clone Figure: buffer:["