]> git.lyx.org Git - lyx.git/blobdiff - src/bmtable.c
small changes to ButtonController usage
[lyx.git] / src / bmtable.c
index df5878d35b7104a00f00503d7dd7d99e6c8c2c60..e8fca4b31e079ca2fde3fe3f5ce10815b432f14f 100644 (file)
 
 #include <config.h>
 
+#ifdef __GNUG__
+#pragma implementation
+#endif
+
 #include <stdlib.h>
 #include "bmtable.h"
 #include XPM_H_LOCATION
@@ -314,7 +318,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 +347,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); */
        }
 }