]> git.lyx.org Git - lyx.git/blobdiff - src/bmtable.c
more changes, read the Changelog
[lyx.git] / src / bmtable.c
index df5878d35b7104a00f00503d7dd7d99e6c8c2c60..d4b4cc62c7cbcd75392f0ad66258d506eb2efa18 100644 (file)
@@ -314,7 +314,7 @@ void fl_set_bmtable_file(FL_OBJECT * ob, int nx, int ny, char const * filename)
 
 void fl_set_bmtable_pixmap_file(FL_OBJECT *ob, int nx, int ny, char const *filename)
 {      
-  //extern Colormap color_map;
+  /* extern Colormap color_map; */
        BMTABLE_SPEC *sp = (BMTABLE_SPEC *)ob->spec;
        if (sp) {
                Pixmap dummy_shapemask = 0;
@@ -343,7 +343,7 @@ void fl_set_bmtable_pixmap_file(FL_OBJECT *ob, int nx, int ny, char const *filen
                                XFreePixmap(fl_display, dummy_shapemask);
                        }
                }
-               //XFlush(fl_display);
+               /* XFlush(fl_display); */
        }
 }