Commit 3d0e6a5f authored by CHARRAS's avatar CHARRAS

gcc 4.2.1 compatibility: change char * to const char * whenever it was necessary

parent 5177d1a7
/* XPM */
#ifndef XPM_3D_MAIN
extern char * axis3d_xpm[];
extern const char * axis3d_xpm[];
#else
char * axis3d_xpm[] = {
const char * axis3d_xpm[] = {
"16 15 3 1",
" c None",
". c Blue",
......
/* XPM */
#ifndef XPM_3D_MAIN
extern char * axis3d_back_xpm[];
extern const char * axis3d_back_xpm[];
#else
char * axis3d_back_xpm[] = {
const char * axis3d_back_xpm[] = {
"16 15 3 1",
" c None",
". c Blue",
......
/* XPM */
#ifndef XPM_3D_MAIN
extern char * axis3d_bottom_xpm[];
extern const char * axis3d_bottom_xpm[];
#else
char * axis3d_bottom_xpm[] = {
const char * axis3d_bottom_xpm[] = {
"16 15 3 1",
" c None",
". c Blue",
......
/* XPM */
#ifndef XPM_3D_MAIN
extern char * axis3d_front_xpm[];
extern const char * axis3d_front_xpm[];
#else
char * axis3d_front_xpm[] = {
const char * axis3d_front_xpm[] = {
"16 15 3 1",
" c None",
". c Blue",
......
/* XPM */
#ifndef XPM_3D_MAIN
extern char * axis3d_left_xpm[];
extern const char * axis3d_left_xpm[];
#else
char * axis3d_left_xpm[] = {
const char * axis3d_left_xpm[] = {
"16 15 3 1",
" c None",
". c Blue",
......
/* XPM */
#ifndef XPM_3D_MAIN
extern char * axis3d_right_xpm[];
extern const char * axis3d_right_xpm[];
#else
char * axis3d_right_xpm[] = {
const char * axis3d_right_xpm[] = {
"16 15 3 1",
" c None",
". c Blue",
......
/* XPM */
#ifndef XPM_3D_MAIN
extern char * axis3d_top_xpm[];
extern const char * axis3d_top_xpm[];
#else
char * axis3d_top_xpm[] = {
const char * axis3d_top_xpm[] = {
"16 15 3 1",
" c None",
". c Blue",
......
/* XPM */
#ifndef XPM_3D_MAIN
extern char *import3d_xpm[];
extern const char *import3d_xpm[];
#else
char *import3d_xpm[] = {
/* columns rows colors chars-per-pixel */
const char *import3d_xpm[] = {
/* columns rows colors const chars-per-pixel */
"16 15 3 1",
"- c Black",
"X c None",
......
/* XPM */
#ifndef XPM_3D_MAIN
extern char *rotate_pos_X_xpm[];
extern const char *rotate_pos_X_xpm[];
#else
char *rotate_pos_X_xpm[] = {
/* width height num_colors chars_per_pixel */
const char *rotate_pos_X_xpm[] = {
/* width height num_colors const chars_per_pixel */
" 16 15 4 1",
/* colors */
". c #000080",
......
/* XPM */
#ifndef XPM_3D_MAIN
extern char *rotate_pos_Y_xpm[];
extern const char *rotate_pos_Y_xpm[];
#else
char *rotate_pos_Y_xpm[] = {
/* width height num_colors chars_per_pixel */
const char *rotate_pos_Y_xpm[] = {
/* width height num_colors const chars_per_pixel */
" 16 15 4 1",
/* colors */
". c #000080",
......
/* XPM */
#ifndef XPM_3D_MAIN
extern char *rotate_pos_Z_xpm[];
extern const char *rotate_pos_Z_xpm[];
#else
char *rotate_pos_Z_xpm[] = {
/* width height num_colors chars_per_pixel */
const char *rotate_pos_Z_xpm[] = {
/* width height num_colors const chars_per_pixel */
" 16 15 4 1",
/* colors */
". c #000080",
......
/* XPM */
#ifndef XPM_3D_MAIN
extern char *rotate_neg_X_xpm[];
extern const char *rotate_neg_X_xpm[];
#else
char *rotate_neg_X_xpm[] = {
/* width height num_colors chars_per_pixel */
const char *rotate_neg_X_xpm[] = {
/* width height num_colors const chars_per_pixel */
" 16 15 4 1",
/* colors */
". c #000080",
......
/* XPM */
#ifndef XPM_3D_MAIN
extern char *rotate_neg_Y_xpm[];
extern const char *rotate_neg_Y_xpm[];
#else
char *rotate_neg_Y_xpm[] = {
/* width height num_colors chars_per_pixel */
const char *rotate_neg_Y_xpm[] = {
/* width height num_colors const chars_per_pixel */
" 16 15 4 1",
/* colors */
". c #000080",
......
/* XPM */
#ifndef XPM_3D_MAIN
extern char *rotate_neg_Z_xpm[];
extern const char *rotate_neg_Z_xpm[];
#else
char *rotate_neg_Z_xpm[] = {
/* width height num_colors chars_per_pixel */
const char *rotate_neg_Z_xpm[] = {
/* width height num_colors const chars_per_pixel */
" 16 15 4 1",
/* colors */
". c #000080",
......
/* XPM */
#ifndef XPMMAIN
extern char * zoomoins3d_xpm[];
extern const char * zoomoins3d_xpm[];
#else
char * zoomoins3d_xpm[] = {
const char * zoomoins3d_xpm[] = {
"16 16 3 1",
" c None",
". c Black",
......
/* XPM */
#ifndef XPMMAIN
extern char * zoompage3d_xpm[];
extern const char * zoompage3d_xpm[];
#else
char *zoompage3d_xpm[] = {
/* columns rows colors chars-per-pixel */
const char *zoompage3d_xpm[] = {
/* columns rows colors const chars-per-pixel */
"16 15 5 1",
" c Black",
". c None",
......
/* XPM */
#ifndef XPMMAIN
extern char * zoomplus3d_xpm[];
extern const char * zoomplus3d_xpm[];
#else
char * zoomplus3d_xpm[] = {
const char * zoomplus3d_xpm[] = {
"16 16 3 1",
" c None",
". c Black",
......
/* XPM */
#ifndef XPMMAIN
extern char * zoomrefr3d_xpm[];
extern const char * zoomrefr3d_xpm[];
#else
char * zoomrefr3d_xpm[] = {
const char * zoomrefr3d_xpm[] = {
"16 16 3 1",
" c None",
". c #0000A0",
......
/* XPM */
#ifndef XPMMAIN
extern char *show_3d_xpm[];
extern const char *show_3d_xpm[];
#else
char *show_3d_xpm[] = {
/* columns rows colors chars-per-pixel */
const char *show_3d_xpm[] = {
/* columns rows colors const chars-per-pixel */
"16 15 3 1",
"J c #FF0000",
"x c #0000FF",
......
/* XPM */
#ifndef XPMMAIN
extern char *add_arc_xpm[];
extern const char *add_arc_xpm[];
#else
char * add_arc_xpm[] = {
const char * add_arc_xpm[] = {
"16 16 48 1",
" c None",
". c #222224",
......
/* XPM */
#ifndef XPMMAIN
extern char *add_circle_xpm[];
extern const char *add_circle_xpm[];
#else
char * add_circle_xpm[] = {
const char * add_circle_xpm[] = {
"16 16 36 1",
" c None",
". c #00009B",
......
/* XPM */
#ifndef XPMMAIN
extern char *add_component_xpm[];
extern const char *add_component_xpm[];
#else
char * add_component_xpm[] = {
const char * add_component_xpm[] = {
"16 16 67 1",
" c None",
"! c black",
......
/* XPM */
#ifndef XPMMAIN
extern char *add_dashed_line_xpm[];
extern const char *add_dashed_line_xpm[];
#else
char * add_dashed_line_xpm[] = {
const char * add_dashed_line_xpm[] = {
"16 16 15 1",
" c None",
". c #03039B",
......
/* XPM */
#ifndef XPMMAIN
extern char *add_entry_xpm[];
extern const char *add_entry_xpm[];
#else
char * add_entry_xpm[] = {
const char * add_entry_xpm[] = {
"16 16 10 1",
" c None",
". c #006800",
......
/* XPM */
#ifndef XPMMAIN
extern char *add_glabel_xpm[];
extern const char *add_glabel_xpm[];
#else
char * add_glabel_xpm[] = {
const char * add_glabel_xpm[] = {
"16 16 54 1",
" c None",
". c #695F00",
......
/* XPM */
#ifndef XPMMAIN
extern char *add_junction_xpm[];
extern const char *add_junction_xpm[];
#else
char * add_junction_xpm[] = {
const char * add_junction_xpm[] = {
"16 16 60 1",
" c None",
". c #007D00",
......
/* XPM */
#ifndef XPMMAIN
extern char *add_line_xpm[];
extern const char *add_line_xpm[];
#else
char * add_line_xpm[] = {
const char * add_line_xpm[] = {
"16 16 3 1",
" c None",
". c #006900",
......
/* XPM */
#ifndef XPMMAIN
extern char *add_line_label_xpm[];
extern const char *add_line_label_xpm[];
#else
char * add_line_label_xpm[] = {
const char * add_line_label_xpm[] = {
"16 16 24 1",
" c None",
". c #000000",
......
/* XPM */
#ifndef XPMMAIN
extern char *add_polygon_xpm[];
extern const char *add_polygon_xpm[];
#else
char * add_polygon_xpm[] = {
const char * add_polygon_xpm[] = {
"16 16 54 1",
" c None",
". c #161616",
......
/* XPM */
#ifndef XPMMAIN
extern char *add_rectangle_xpm[];
extern const char *add_rectangle_xpm[];
#else
char * add_rectangle_xpm[] = {
const char * add_rectangle_xpm[] = {
"16 16 24 1",
" c None",
". c #161616",
......
/* XPM */
#ifndef XPMMAIN
extern char *add_text_xpm[];
extern const char *add_text_xpm[];
#else
char * add_text_xpm[] = {
const char * add_text_xpm[] = {
"16 16 4 1",
" c None",
". c #00009B",
......
/* XPM */
#ifndef XPMMAIN
extern char *apply_xpm[];
extern const char *apply_xpm[];
#else
char * apply_xpm[] = {
const char * apply_xpm[] = {
"16 16 16 1",
" c None",
". c #000000",
......
/* XPM */
#ifndef XPMMAIN
extern char *cancel_xpm[];
extern const char *cancel_xpm[];
#else
char * cancel_xpm[] = {
const char * cancel_xpm[] = {
"16 16 103 2",
" c None",
"! c black",
......
/* XPM */
#ifndef XPMMAIN
extern char *copyblock_xpm[];
extern const char *copyblock_xpm[];
#else
char * copyblock_xpm[] = {
const char * copyblock_xpm[] = {
"16 16 18 1",
" c None",
". c #000000",
......
/* XPM */
#ifndef XPMMAIN
extern char *cursor_shape_xpm[];
extern const char *cursor_shape_xpm[];
#else
char * cursor_shape_xpm[] = {
const char * cursor_shape_xpm[] = {
"16 16 53 1",
" c None",
". c #373737",
......
/* XPM */
#ifndef XPMMAIN
extern char *datasheet_xpm[];
extern const char *datasheet_xpm[];
#else
char * datasheet_xpm[] = {
const char * datasheet_xpm[] = {
"16 16 22 1",
" c None",
". c #000000",
......
/* XPM */
#ifndef XPMMAIN
extern char *delete_arc_xpm[];
extern const char *delete_arc_xpm[];
#else
char * delete_arc_xpm[] = {
const char * delete_arc_xpm[] = {
"16 16 138 2",
" c None",
". c #00009B",
......
/* XPM */
#ifndef XPMMAIN
extern char *delete_circle_xpm[];
extern const char *delete_circle_xpm[];
#else
char * delete_circle_xpm[] = {
const char * delete_circle_xpm[] = {
"16 16 126 2",
" c None",
". c #00009B",
......
/* XPM */
#ifndef XPMMAIN
extern char *delete_cotation_xpm[];
extern const char *delete_cotation_xpm[];
#else
char * delete_cotation_xpm[] = {
const char * delete_cotation_xpm[] = {
"16 16 110 2",
" c None",
". c #000000",
......
/* XPM */
#ifndef XPMMAIN
extern char *delete_field_xpm[];
extern const char *delete_field_xpm[];
#else
char * delete_field_xpm[] = {
const char * delete_field_xpm[] = {
"16 16 124 2",
" c None",
". c #D2D2D2",
......
/* XPM */
#ifndef XPMMAIN
extern char *delete_line_xpm[];
extern const char *delete_line_xpm[];
#else
char * delete_line_xpm[] = {
const char * delete_line_xpm[] = {
"16 16 131 2",
" c None",
". c #007D00",
......
/* XPM */
#ifndef XPMMAIN
extern char *Delete_Polygon_xpm[];
extern const char *Delete_Polygon_xpm[];
#else
char * Delete_Polygon_xpm[] = {
const char * Delete_Polygon_xpm[] = {
"16 16 120 2",
" c None",
". c #00009B",
......
/* XPM */
#ifndef XPMMAIN
extern char *delete_rectangle_xpm[];
extern const char *delete_rectangle_xpm[];
#else
char * delete_rectangle_xpm[] = {
const char * delete_rectangle_xpm[] = {
"16 16 114 2",
" c None",
". c #00009B",
......
/* XPM */
#ifndef XPMMAIN
extern char *delete_segment_xpm[];
extern const char *delete_segment_xpm[];
#else
char * delete_segment_xpm[] = {
const char * delete_segment_xpm[] = {
"16 16 111 2",
" c None",
". c #007D00",
......
/* XPM */
#ifndef XPMMAIN
extern char *delete_text_xpm[];
extern const char *delete_text_xpm[];
#else
char * delete_text_xpm[] = {
const char * delete_text_xpm[] = {
"16 16 114 2",
" c None",
". c #00009B",
......
/* XPM */
#ifndef XPMMAIN
extern char *display_options_xpm[];
extern const char *display_options_xpm[];
#else
char * display_options_xpm[] = {
const char * display_options_xpm[] = {
"16 16 90 1",
" c None",
". c #000000",
......
/* XPM */
#ifndef XPMMAIN
extern char *edit_xpm[];
extern const char *edit_xpm[];
#else
char * edit_xpm[] = {
const char * edit_xpm[] = {
"16 16 28 1",
" c None",
". c #000000",
......
/* XPM */
#ifndef XPMMAIN
extern char *edit_text_xpm[];
extern const char *edit_text_xpm[];
#else
char * edit_text_xpm[] = {
const char * edit_text_xpm[] = {
"16 16 8 1",
" c None",
". c #1D2E40",
......
/* XPM */
#ifndef XPMMAIN
extern char *editor_xpm[];
extern const char *editor_xpm[];
#else
char * editor_xpm[] = {
const char * editor_xpm[] = {
"16 16 60 1",
" c None",
". c #000000",
......
/* XPM */
#ifndef XPMMAIN
extern char *exit_xpm[];
extern const char *exit_xpm[];
#else
char * exit_xpm[] = {
const char * exit_xpm[] = {
"16 16 63 1",
" c None",
". c #000000",
......
/* XPM */
#ifndef XPMMAIN
extern char *file_footprint_xpm[];
extern const char *file_footprint_xpm[];
#else
char * file_footprint_xpm[] = {
const char * file_footprint_xpm[] = {
"16 16 38 1",
" c None",
". c #000000",
......
/* XPM */
#ifndef XPMMAIN
extern char *footprint_text_xpm[];
extern const char *footprint_text_xpm[];
#else
char * footprint_text_xpm[] = {
const char * footprint_text_xpm[] = {
"16 16 4 1",
" c None",
". c #009B9B",
......
/* XPM */
#ifndef XPMMAIN
extern char *info_xpm[];
extern const char *info_xpm[];
#else
char * info_xpm[] = {
const char * info_xpm[] = {
"16 16 63 1",
" c None",
". c #000000",
......
/* XPM */
#ifndef XPMMAIN
extern char *mirror_H_xpm[];
extern const char *mirror_H_xpm[];
#else
char * mirror_H_xpm[] = {
const char * mirror_H_xpm[] = {
"16 16 29 1",
" c None",
". c #000000",
......
/* XPM */
#ifndef XPMMAIN
extern char *mirror_V_xpm[];
extern const char *mirror_V_xpm[];
#else
char * mirror_V_xpm[] = {
const char * mirror_V_xpm[] = {
"16 16 30 1",
" c None",
". c #000000",
......
/* XPM */
#ifndef XPMMAIN
extern char *morgan1_xpm[];
extern const char *morgan1_xpm[];
#else
char * morgan1_xpm[] = {
const char * morgan1_xpm[] = {
"16 16 79 1",
" c None",
". c #6361D1",
......
/* XPM */
#ifndef XPMMAIN
extern char *morgan2_xpm[];
extern const char *morgan2_xpm[];
#else
char * morgan2_xpm[] = {
const char * morgan2_xpm[] = {
"16 16 77 1",
" c None",
". c #6361D1",
......
/* XPM */
#ifndef XPMMAIN
extern char *move_xpm[];
extern const char *move_xpm[];
#else
char * move_xpm[] = {
const char * move_xpm[] = {
"16 16 48 1",
" c None",
". c #000000",
......
/* XPM */
#ifndef XPMMAIN
extern char *move_arc_xpm[];
extern const char *move_arc_xpm[];
#else
char * move_arc_xpm[] = {
const char * move_arc_xpm[] = {
"16 16 56 1",
" c None",
". c #00009B",
......
/* XPM */
#ifndef XPMMAIN
extern char *move_circle_xpm[];
extern const char *move_circle_xpm[];
#else
char * move_circle_xpm[] = {
const char * move_circle_xpm[] = {
"16 16 49 1",
" c None",
". c #00009B",
......
/* XPM */
#ifndef XPMMAIN
extern char *move_field_xpm[];
extern const char *move_field_xpm[];
#else
char * move_field_xpm[] = {
const char * move_field_xpm[] = {
"16 16 62 1",
" c None",
". c #D2D2D2",
......
/* XPM */
#ifndef XPMMAIN
extern char *move_line_xpm[];
extern const char *move_line_xpm[];
#else
char * move_line_xpm[] = {
const char * move_line_xpm[] = {
"16 16 48 1",
" c None",
". c #00009B",
......
/* XPM */
#ifndef XPMMAIN
extern char *move_polygon_xpm[];
extern const char *move_polygon_xpm[];
#else
char * move_polygon_xpm[] = {
const char * move_polygon_xpm[] = {
"16 16 46 1",
" c None",
". c #00009B",
......
/* XPM */
#ifndef XPMMAIN
extern char *move_rectangle_xpm[];
extern const char *move_rectangle_xpm[];
#else
char * move_rectangle_xpm[] = {
const char * move_rectangle_xpm[] = {
"16 16 40 1",
" c None",
". c #00009B",
......
/* XPM */
#ifndef XPMMAIN
extern char *move_text_xpm[];
extern const char *move_text_xpm[];
#else
char * move_text_xpm[] = {
const char * move_text_xpm[] = {
"16 16 46 1",
" c None",
". c #00009B",
......
/* XPM */
#ifndef XPMMAIN
extern char *new_library_xpm[];
extern const char *new_library_xpm[];
#else
char * new_library_xpm[] = {
const char * new_library_xpm[] = {
"16 16 133 2",
" c None",
". c #060708",
......
/* XPM */
#ifndef XPMMAIN
extern char *open_library_xpm[];
extern const char *open_library_xpm[];
#else
char * open_library_xpm[] = {
const char * open_library_xpm[] = {
"16 16 135 2",
" c None",
". c #060708",
......
/* XPM */
#ifndef XPMMAIN
extern char *options_arc_xpm[];
extern const char *options_arc_xpm[];
#else
char * options_arc_xpm[] = {
const char * options_arc_xpm[] = {
"16 16 49 1",
" c None",
". c #00009B",
......
/* XPM */
#ifndef XPMMAIN
extern char *options_circle_xpm[];
extern const char *options_circle_xpm[];
#else
char * options_circle_xpm[] = {
const char * options_circle_xpm[] = {
"16 16 54 1",
" c None",
". c #00009B",
......
/* XPM */
#ifndef XPMMAIN
extern char *options_new_pad_xpm[];
extern const char *options_new_pad_xpm[];
#else
char * options_new_pad_xpm[] = {
const char * options_new_pad_xpm[] = {
"16 16 53 1",
" c None",
". c #000000",
......
/* XPM */
#ifndef XPMMAIN
extern char *options_pad_xpm[];
extern const char *options_pad_xpm[];
#else
char * options_pad_xpm[] = {
const char * options_pad_xpm[] = {
"16 16 33 1",
" c None",
". c #000000",
......
/* XPM */
#ifndef XPMMAIN
extern char *options_rectangle_xpm[];
extern const char *options_rectangle_xpm[];
#else
char * options_rectangle_xpm[] = {
const char * options_rectangle_xpm[] = {
"16 16 44 1",
" c None",
". c #00009B",
......
/* XPM */
#ifndef XPMMAIN
extern char *options_segment_xpm[];
extern const char *options_segment_xpm[];
#else
char * options_segment_xpm[] = {
const char * options_segment_xpm[] = {
"16 16 31 1",
" c None",
". c #007D00",
......
/* XPM */
#ifndef XPMMAIN
extern char *options_text_xpm[];
extern const char *options_text_xpm[];
#else
char * options_text_xpm[] = {
const char * options_text_xpm[] = {
"16 16 40 1",
" c None",
". c #00009B",
......
/* XPM */
#ifndef XPMMAIN
extern char *orient_xpm[];
extern const char *orient_xpm[];
#else
char * orient_xpm[] = {
const char * orient_xpm[] = {
"16 16 114 2",
" c None",
". c #000000",
......
/* XPM */
#ifndef XPMMAIN
extern char *pad_sketch_xpm[];
extern const char *pad_sketch_xpm[];
#else
char * pad_sketch_xpm[] = {
const char * pad_sketch_xpm[] = {
"16 16 3 1",
" c None",
". c #007D00",
......
/* XPM */
#ifndef XPMMAIN
extern char *read_setup_xpm[];
extern const char *read_setup_xpm[];
#else
char * read_setup_xpm[] = {
const char * read_setup_xpm[] = {
"16 16 85 1",
" c None",
". c #000000",
......
/* XPM */
#ifndef XPMMAIN
extern char * reload_xpm[];
extern const char * reload_xpm[];
#else
char * reload_xpm[] = {
const char * reload_xpm[] = {
"16 16 110 2",
" c None",
". c #000000",
......
/* XPM */
#ifndef XPMMAIN
extern char * repaint_xpm[];
extern const char * repaint_xpm[];
#else
char * repaint_xpm[] = {
const char * repaint_xpm[] = {
"16 16 78 1",
" c None",
". c #000000",
......
/* XPM */
#ifndef XPMMAIN
extern char *rotate_pos_xpm[];
extern const char *rotate_pos_xpm[];
#else
char * rotate_pos_xpm[] = {
const char * rotate_pos_xpm[] = {
"16 16 96 2",
" c None",
". c #000000",
......
/* XPM */
#ifndef XPMMAIN
extern char *rotate_neg_xpm[];
extern const char *rotate_neg_xpm[];
#else
char * rotate_neg_xpm[] = {
const char * rotate_neg_xpm[] = {
"16 16 93 2",
" c None",
". c #202020",
......
/* XPM */
#ifndef XPMMAIN
extern char *rotate_field_xpm[];
extern const char *rotate_field_xpm[];
#else
char * rotate_field_xpm[] = {
const char * rotate_field_xpm[] = {
"16 16 76 1",
" c None",
". c #D2D2D2",
......
/* XPM */
#ifndef XPMMAIN
extern char *save_cmpstuff_xpm[];
extern const char *save_cmpstuff_xpm[];
#else
char * save_cmpstuff_xpm[] = {
const char * save_cmpstuff_xpm[] = {
"16 16 99 2",
" c None",
". c #160A00",
......
/* XPM */
#ifndef XPMMAIN
extern char *save_library_xpm[];
extern const char *save_library_xpm[];
#else
char * save_library_xpm[] = {
const char * save_library_xpm[] = {
"16 16 99 2",
" c None",
". c #070809",
......
/* XPM */
#ifndef XPMMAIN
extern char *save_netlist_xpm[];
extern const char *save_netlist_xpm[];
#else
char * save_netlist_xpm[] = {
const char * save_netlist_xpm[] = {
"16 16 91 1",
" c None",
". c #000000",
......
/* XPM */
#ifndef XPMMAIN
extern char *save_project_xpm[];
extern const char *save_project_xpm[];
#else
char * save_project_xpm[] = {
const char * save_project_xpm[] = {
"16 16 63 1",
" c None",
". c #000000",
......
/* XPM */
#ifndef XPMMAIN
extern char *save_setup_xpm[];
extern const char *save_setup_xpm[];
#else
char * save_setup_xpm[] = {
const char * save_setup_xpm[] = {
"16 16 74 1",
" c None",
". c #000000",
......
/* XPM */
#ifndef XPMMAIN
extern char *text_sketch_xpm[];
extern const char *text_sketch_xpm[];
#else
char * text_sketch_xpm[] = {
const char * text_sketch_xpm[] = {
"16 16 2 1",
" c None",
". c #00009B",
......
/* XPM */
static char * zoom_1_xpm[] = {
static const char * zoom_1_xpm[] = {
"16 16 36 1",
" c None",
". c #000000",
......
/* XPM */
#ifndef XPMMAIN
extern char * zoom_center_xpm[];
extern const char * zoom_center_xpm[];
#else
char * zoom_center_xpm[] = {
const char * zoom_center_xpm[] = {
"16 16 4 1",
" c None",
". c Black",
......
/* XPM */
#ifndef XPMMAIN
extern char * zoom_in_xpm[];
extern const char * zoom_in_xpm[];
#else
char * zoom_in_xpm[] = {
const char * zoom_in_xpm[] = {
"16 16 42 1",
" c None",
". c #000000",
......
/* XPM */
#ifndef XPMMAIN
extern char * zoom_optimal_xpm[];
extern const char * zoom_optimal_xpm[];
#else
char * zoom_optimal_xpm[] = {
const char * zoom_optimal_xpm[] = {
"16 16 83 1",
" c None",
". c #000000",
......
/* XPM */
#ifndef XPMMAIN
extern char * zoom_out_xpm[];
extern const char * zoom_out_xpm[];
#else
char * zoom_out_xpm[] = {
const char * zoom_out_xpm[] = {
"16 16 40 1",
" c None",
". c #000000",
......
/* XPM */
#ifndef XPMMAIN
extern char * zoom_page_xpm[];
extern const char * zoom_page_xpm[];
#else
char * zoom_page_xpm[] = {
const char * zoom_page_xpm[] = {
"16 16 68 1",
" c None",
". c #000000",
......
/* XPM */
#ifndef XPMMAIN
extern char * zoom_select_xpm[];
extern const char * zoom_select_xpm[];
#else
char * zoom_select_xpm[] = {
const char * zoom_select_xpm[] = {
"16 16 39 1",
" c None",
"! c black",
......
/* XPM */
#ifndef XPMMAIN
extern char * zoom_selected_xpm[];
extern const char * zoom_selected_xpm[];
#else
char * zoom_selected_xpm[] = {
const char * zoom_selected_xpm[] = {
"16 16 38 1",
" c None",
". c #000000",
......
/* XPM */
#ifndef XPMMAIN
extern char *anchor_xpm[];
extern const char *anchor_xpm[];
#else
char * anchor_xpm[] = {
const char * anchor_xpm[] = {
"16 16 2 1",
" c None",
". c #000000",
......
/* XPM */
#ifndef XPMMAIN
extern char *annotate_xpm[];
extern const char *annotate_xpm[];
#else
char *annotate_xpm[] = {
/* columns rows colors chars-per-pixel */
const char *annotate_xpm[] = {
/* columns rows colors const chars-per-pixel */
"16 16 93 2",
" c None",
". c #000000",
......
/* XPM */
#ifndef XPMMAIN
extern char *auto_associe_xpm[];
extern const char *auto_associe_xpm[];
#else
char *auto_associe_xpm[] = {
/* width height num_colors chars_per_pixel */
const char *auto_associe_xpm[] = {
/* width height num_colors const chars_per_pixel */
"16 16 124 2",
" c None",
". c #160A00",
......
/* XPM */
#ifndef XPMMAIN
extern char * book_xpm[];
extern const char * book_xpm[];
#else
char * book_xpm[] = {
const char * book_xpm[] = {
"16 16 21 1",
" c None",
". c #007F7F",
......
/* XPM */
#ifndef XPMMAIN
extern char *cancel_tool_xpm[];
extern const char *cancel_tool_xpm[];
#else
char * cancel_tool_xpm[] = {
const char * cancel_tool_xpm[] = {
"16 16 99 2",
" c None",
". c #411F18",
......
/* XPM */
#ifndef XPMMAIN
extern char *config_xpm[];
extern const char *config_xpm[];
#else
char * config_xpm[] = {
const char * config_xpm[] = {
"16 16 55 1",
" c None",
". c #000000",
......
/* XPM */
#ifndef XPMMAIN
extern char *copy_button[];
extern const char *copy_button[];
#else
char *copy_button[] = {
/* columns rows colors chars-per-pixel */
const char *copy_button[] = {
/* columns rows colors const chars-per-pixel */
"16 15 4 1",
" c None",
". c Black",
......
/* XPM */
#ifndef XPMMAIN
extern char *cursor_xpm[];
extern const char *cursor_xpm[];
#else
char * cursor_xpm[] = {
const char * cursor_xpm[] = {
"16 16 73 1",
" c None",
". c #000000",
......
/* XPM */
#ifndef XPMMAIN
extern char *cut_button[];
extern const char *cut_button[];
#else
char *cut_button[] = {
/* columns rows colors chars-per-pixel */
const char *cut_button[] = {
/* columns rows colors const chars-per-pixel */
"16 15 3 1",
" c None",
". c Black",
......
/* XPM */
#ifndef XPMMAIN
extern char *dashedline_xpm[];
extern const char *dashedline_xpm[];
#else
char *dashedline_xpm[] = {
/* columns rows colors chars-per-pixel */
const char *dashedline_xpm[] = {
/* columns rows colors const chars-per-pixel */
"16 16 2 1",
"- c Red",
" c None",
......
/* XPM */
#ifndef XPMMAIN
extern char * delete_body_xpm[];
extern const char * delete_body_xpm[];
#else
char * delete_body_xpm[] =
const char * delete_body_xpm[] =
{
"16 15 13 1",
"X c Black",
......
/* XPM */
#ifndef XPMMAIN
extern char * auto_delete_track_xpm[];
extern const char * auto_delete_track_xpm[];
#else
char * auto_delete_track_xpm[] =
const char * auto_delete_track_xpm[] =
{
"16 15 14 1",
"X c Black",
......
/* XPM */
#ifndef XPMMAIN
extern char *delete_xpm[];
extern const char *delete_xpm[];
#else
char * delete_xpm[] = {
const char * delete_xpm[] = {
"16 16 152 2",
" c None",
". c #0E0E0E",
......
/* XPM */
#ifndef XPMMAIN
extern char * directory_xpm[];
extern const char * directory_xpm[];
#else
char * directory_xpm[] = {
const char * directory_xpm[] = {
"16 16 136 2",
" c None",
". c #469FFF",
......
/* XPM */
#ifndef XPMMAIN
extern char *down_xpm[];
extern const char *down_xpm[];
#else
char * down_xpm[] = {
const char * down_xpm[] = {
"16 16 25 1",
" c None",
". c #000000",
......
/* XPM */
#ifndef XPMMAIN
extern char *drc_xpm[];
extern const char *drc_xpm[];
#else
char *drc_xpm[] = {
const char *drc_xpm[] = {
"16 16 87 1",
" c None",
". c #000000",
......
/* XPM */
#ifndef XPMMAIN
extern char *drc_off_xpm[];
extern const char *drc_off_xpm[];
#else
char * drc_off_xpm[] = {
const char * drc_off_xpm[] = {
"16 16 80 1",
" c None",
"! c #FF0000",
......
/* XPM */
#ifndef XPMMAIN
extern char *eeschema_xpm[];
extern const char *eeschema_xpm[];
#else
char *eeschema_xpm[] = {
/* columns rows colors chars-per-pixel */
const char *eeschema_xpm[] = {
/* columns rows colors const chars-per-pixel */
"16 16 76 1",
" c None",
". c #000000",
......
/* XPM */
#ifndef XPMMAIN
extern char *erc_xpm[];
extern const char *erc_xpm[];
#else
char *erc_xpm[] = {
const char *erc_xpm[] = {
"16 16 100 2",
" c None",
". c #000000",
......
/* XPM */
static char *error_xpm[] = {
/* columns rows colors chars-per-pixel */
static const char *error_xpm[] = {
/* columns rows colors const chars-per-pixel */
"11 11 2 1",
"- c Black",
"X c Red",
......
/* XPM */
static char *green_xpm[] = {
/* columns rows colors chars-per-pixel */
static const char *green_xpm[] = {
/* columns rows colors const chars-per-pixel */
"11 11 2 1",
"- c Black",
"X c Green",
......
/* XPM */
static char *warning_xpm[] = {
/* columns rows colors chars-per-pixel */
static const char *warning_xpm[] = {
/* columns rows colors const chars-per-pixel */
"11 11 2 1",
"- c Black",
"X c Yellow",
......
/* XPM */
#ifndef XPMMAIN
extern char *export_xpm[];
extern const char *export_xpm[];
#else
char * export_xpm[] = {
const char * export_xpm[] = {
"16 16 43 1",
" c None",
". c #000000",
......
/* XPM */
#ifndef XPMMAIN
extern char *find_xpm[];
extern const char *find_xpm[];
#else
char *find_xpm[] = {
/* columns rows colors chars-per-pixel */
const char *find_xpm[] = {
/* columns rows colors const chars-per-pixel */
"16 15 6 1",
"E c #404040",
......
/* XPM */
#ifndef XPMMAIN
extern char *general_deletions_xpm[];
extern const char *general_deletions_xpm[];
#else
char * general_deletions_xpm[] = {
const char * general_deletions_xpm[] = {
"16 16 158 2",
" c None",
". c #0D0D0D",
......
/* XPM */
#ifndef XPMMAIN
extern char *general_ratsnet_xpm[];
extern const char *general_ratsnet_xpm[];
#else
char * general_ratsnet_xpm[] = {
const char * general_ratsnet_xpm[] = {
"16 16 41 1",
" c None",
". c #FFFFFF",
......
/* XPM */
#ifndef XPMMAIN
extern char *green_xpm[];
extern const char *green_xpm[];
#else
char *green_xpm[] = {
/* columns rows colors chars-per-pixel */
const char *green_xpm[] = {
/* columns rows colors const chars-per-pixel */
"16 15 6 1",
" c Gray0",
"X c #7b7b7b7b7b7b",
......
/* XPM */
#ifndef XPMMAIN
extern char *grid_xpm[];
extern const char *grid_xpm[];
#else
char * grid_xpm[] = {
/* columns rows colors chars-per-pixel */
const char * grid_xpm[] = {
/* columns rows colors const chars-per-pixel */
"16 15 2 1",
"X c None",
"o c Black",
......
/* XPM */
#ifndef XPMMAIN
extern char *grid_select_xpm[];
extern const char *grid_select_xpm[];
#else
char *grid_select_xpm[] = {
/* columns rows colors chars-per-pixel */
const char *grid_select_xpm[] = {
/* columns rows colors const chars-per-pixel */
"16 16 8 1",
" c Black",
". c none",
......
/* XPM */
#ifndef XPMMAIN
extern char * hammer_xpm[];
extern const char * hammer_xpm[];
#else
char * hammer_xpm[] = {
const char * hammer_xpm[] = {
"16 15 6 1",
" c none",
". c #444244",
......
/* XPM */
#ifndef XPMMAIN
extern char *help_xpm[];
extern const char *help_xpm[];
#else
char * help_xpm[] = {
const char * help_xpm[] = {
"16 16 106 2",
" c None",
". c #000000",
......
/* XPM */
#ifndef XPMMAIN
extern char * icon_w3d_xpm[];
extern const char * icon_w3d_xpm[];
#else
char * icon_w3d_xpm[] =
const char * icon_w3d_xpm[] =
{
"32 32 3 1",
"J c #FF0000",
......
/* XPM */
#ifndef XPMMAIN
extern char * icon_cvpcb_xpm[];
extern const char * icon_cvpcb_xpm[];
#else
char * icon_cvpcb_xpm[] = {
const char * icon_cvpcb_xpm[] = {
"32 32 372 2",
" c None",
". c #FF7800",
......
/* XPM */
#ifndef XPMMAIN
extern char * icon_eeschema_xpm[];
extern const char * icon_eeschema_xpm[];
#else
char * icon_eeschema_xpm[] = {
const char * icon_eeschema_xpm[] = {
"32 32 200 2",
" c None",
". c #000000",
......
/* XPM */
#ifndef XPMMAIN
extern char * icon_gerbview_xpm[];
extern const char * icon_gerbview_xpm[];
#else
char * icon_gerbview_xpm[] = {
const char * icon_gerbview_xpm[] = {
"32 32 318 2",
" c None",
". c #030100",
......
/* XPM */
#ifndef XPMMAIN
extern char *kicad_icon_xpm[];
extern const char *kicad_icon_xpm[];
#else
char * kicad_icon_xpm[] =
const char * kicad_icon_xpm[] =
{
"32 32 16 1",
" c none",
......
/* XPM */
#ifndef XPMMAIN
extern char *icon_modedit_xpm[];
extern const char *icon_modedit_xpm[];
#else
char * icon_modedit_xpm[] = {
const char * icon_modedit_xpm[] = {
"32 32 346 2",
" c None",
". c #2C2C37",
......
/* XPM */
#ifndef XPMMAIN
extern char *a_icon_pcbnew_xpm[];
extern const char *a_icon_pcbnew_xpm[];
#else
char * a_icon_pcbnew_xpm[] = {
const char * a_icon_pcbnew_xpm[] = {
"32 32 136 2",
" c None",
". c #040200",
......
/* XPM */
#ifndef XPMMAIN
extern char * icon_python_xpm[];
extern const char * icon_python_xpm[];
#else
char * icon_python_xpm[] = {
const char * icon_python_xpm[] = {
"32 32 72 1",
" c None",
". c #7EA5C6",
......
/* XPM */
#ifndef XPMMAIN
extern char * icon_python_small_xpm[];
extern const char * icon_python_small_xpm[];
#else
char *icon_python_small_xpm[] = {
const char *icon_python_small_xpm[] = {
"16 16 98 2",
" c None",
". c #5490C0",
......
/* XPM */
#ifndef XPMMAIN
extern char * icon_txt_xpm[];
extern const char * icon_txt_xpm[];
#else
char * icon_txt_xpm[] = {
const char * icon_txt_xpm[] = {
"16 16 100 2",
" c None",
". c #AFAFAF",
......
/* XPM */
#ifndef XPMMAIN
extern char *import_xpm[];
extern const char *import_xpm[];
#else
char * import_xpm[] = {
const char * import_xpm[] = {
"16 16 52 1",
" c None",
". c #000000",
......
/* XPM */
#ifndef XPMMAIN
extern char * jigsaw_xpm[];
extern const char * jigsaw_xpm[];
#else
char * jigsaw_xpm[] = {
const char * jigsaw_xpm[] = {
"16 15 5 1",
" c none",
". c #645264",
......
/* XPM */
#ifndef XPMMAIN
extern char * kicad_icon_small_xpm[];
extern const char * kicad_icon_small_xpm[];
#else
char * kicad_icon_small_xpm[] = {
const char * kicad_icon_small_xpm[] = {
"16 16 16 1",
" c none",
". c #634931",
......
/* XPM */
#ifndef XPMMAIN
extern char *label_xpm[];
extern const char *label_xpm[];
#else
char * label_xpm[] = {
const char * label_xpm[] = {
"16 15 3 1",
" c None",
". c Black",
......
/* XPM */
#ifndef XPMMAIN
extern char *left_xpm[];
extern const char *left_xpm[];
#else
char * left_xpm[] = {
const char * left_xpm[] = {
"16 16 26 1",
" c None",
". c #000000",
......
/* XPM */
#ifndef XPMMAIN
extern char *libedit_part_xpm[];
extern const char *libedit_part_xpm[];
#else
char *libedit_part_xpm[] = {
/* columns rows colors chars-per-pixel */
const char *libedit_part_xpm[] = {
/* columns rows colors const chars-per-pixel */
"16 15 3 1",
"- c Red",
......
/* XPM */
#ifndef XPMMAIN
extern char * library_xpm[];
extern const char * library_xpm[];
#else
char * library_xpm[] = {
const char * library_xpm[] = {
"16 15 6 1",
"X c Black",
". c None",
......
/* XPM */
#ifndef XPMMAIN
extern char * library_update_xpm[];
extern const char * library_update_xpm[];
#else
char * library_update_xpm[] = {
const char * library_update_xpm[] = {
"16 15 6 1",
"X c Black",
". c None",
......
/* XPM */
#ifndef XPMMAIN
extern char *save_part_in_mem_xpm[];
extern const char *save_part_in_mem_xpm[];
#else
char *save_part_in_mem_xpm[] = {
/* columns rows colors chars-per-pixel */
const char *save_part_in_mem_xpm[] = {
/* columns rows colors const chars-per-pixel */
"16 15 5 1",
" c None",
". c Black",
......
/* XPM */
#ifndef XPMMAIN
extern char * libview_xpm[];
extern const char * libview_xpm[];
#else
char *libview_xpm[] = {
/* columns rows colors chars-per-pixel */
const char *libview_xpm[] = {
/* columns rows colors const chars-per-pixel */
"16 15 10 1",
"Q c Black",
". c None",
......
/* XPM */
#ifndef XPMMAIN
extern char *mirepcb_xpm[];
extern const char *mirepcb_xpm[];
#else
char *mirepcb_xpm[] = {
/* columns rows colors chars-per-pixel */
const char *mirepcb_xpm[] = {
/* columns rows colors const chars-per-pixel */
"16 15 3 1",
"- c Blue",
". c Red",
......
/* XPM */
#ifndef XPMMAIN
extern char *modedit_xpm[];
extern const char *modedit_xpm[];
#else
char * modedit_xpm[] = {
const char * modedit_xpm[] = {
"16 16 90 1",
" c None",
". c #FF7800",
......
/* XPM */
#ifndef XPMMAIN
extern char * mod_ratsnest_xpm[];
extern const char * mod_ratsnest_xpm[];
#else
char * mod_ratsnest_xpm[] = {
const char * mod_ratsnest_xpm[] = {
"16 15 5 1",
"X c Red",
". c None",
......
/* XPM */
#ifndef XPMMAIN
extern char * module_xpm[];
extern const char * module_xpm[];
#else
char * module_xpm[] = {
const char * module_xpm[] = {
"16 15 4 1",
"X c Red",
". c None",
......
/* XPM */
#ifndef XPMMAIN
extern char *netlist_xpm[];
extern const char *netlist_xpm[];
#else
char * netlist_xpm[] = {
const char * netlist_xpm[] = {
"16 16 44 1",
" c None",
". c #000000",
......
/* XPM */
#ifndef XPMMAIN
extern char *new_xpm[];
extern const char *new_xpm[];
#else
char * new_xpm[] = {
const char * new_xpm[] = {
"16 16 23 1",
" c None",
"! c black",
......
/* XPM */
#ifndef XPMMAIN
extern char * new_txt_xpm[];
extern const char * new_txt_xpm[];
#else
char * new_txt_xpm[] = {
const char * new_txt_xpm[] = {
"16 16 78 1",
" c None",
". c #000000",
......
/* XPM */
#ifndef XPMMAIN
extern char *noconn_button[];
extern const char *noconn_button[];
#else
char *noconn_button[] = {
/* columns rows colors chars-per-pixel */
const char *noconn_button[] = {
/* columns rows colors const chars-per-pixel */
"16 15 2 1",
" c None",
"- c Blue",
......
/* XPM */
#ifndef XPMMAIN
extern char *open_xpm[];
extern const char *open_xpm[];
#else
char * open_xpm[] = {
const char * open_xpm[] = {
"16 16 64 1",
" c None",
". c #000000",
......
/* XPM */
#ifndef XPMMAIN
extern char *pad_xpm[];
extern const char *pad_xpm[];
#else
char * pad_xpm[] = {
const char * pad_xpm[] = {
"16 15 3 1",
"- c green",
" c None",
......
/* XPM */
#ifndef XPMMAIN
extern char *palette_xpm[];
extern const char *palette_xpm[];
#else
char * palette_xpm[] = {
const char * palette_xpm[] = {
"16 15 14 1",
" c #c0c0c0",
". c #808080",
......
/* XPM */
#ifndef XPMMAIN
extern char *paste_xpm[];
extern const char *paste_xpm[];
#else
char * paste_xpm[] = {
const char * paste_xpm[] = {
"16 16 54 1",
" c None",
". c #000000",
......
/* XPM */
#ifndef XPMMAIN
extern char *pcbnew_xpm[];
extern const char *pcbnew_xpm[];
#else
char *pcbnew_xpm[] = {
/* columns rows colors chars-per-pixel */
const char *pcbnew_xpm[] = {
/* columns rows colors const chars-per-pixel */
"16 16 54 1",
" c None",
". c #000000",
......
/* XPM */
#ifndef XPMMAIN
extern char *pin_xpm[];
extern const char *pin_xpm[];
#else
char *pin_xpm[] = {
/* columns rows colors chars-per-pixel */
const char *pin_xpm[] = {
/* columns rows colors const chars-per-pixel */
"16 15 4 1",
"- c Black",
"o c Red",
......
/* XPM */
#ifndef XPMMAIN
extern char *plot_xpm[];
extern const char *plot_xpm[];
#else
char * plot_xpm[] = {
const char * plot_xpm[] = {
"16 16 12 1",
" c None",
". c #000000",
......
/* XPM */
#ifndef XPMMAIN
extern char *plot_HPG_xpm[];
extern const char *plot_HPG_xpm[];
#else
char * plot_HPG_xpm[] = {
const char * plot_HPG_xpm[] = {
"16 16 17 1",
" c None",
". c #000000",
......
/* XPM */
#ifndef XPMMAIN
extern char *plot_PS_xpm[];
extern const char *plot_PS_xpm[];
#else
char * plot_PS_xpm[] = {
const char * plot_PS_xpm[] = {
"16 16 14 1",
" c None",
"! c black",
......
/* XPM */
#ifndef XPMMAIN
extern char *preference_xpm[];
extern const char *preference_xpm[];
#else
char * preference_xpm[] = {
const char * preference_xpm[] = {
"16 15 7 1",
" c None",
". c #808000",
......
/* XPM */
#ifndef XPMMAIN
extern char *print_button[];
extern const char *print_button[];
#else
char *print_button[] = {
/* columns rows colors chars-per-pixel */
const char *print_button[] = {
/* columns rows colors const chars-per-pixel */
"16 15 5 1",
" c None",
". c Black",
......
/* XPM */
#ifndef XPMMAIN
extern char *ratsnest_xpm[];
extern const char *ratsnest_xpm[];
#else
char *ratsnest_xpm[] = {
/* columns rows colors chars-per-pixel */
const char *ratsnest_xpm[] = {
/* columns rows colors const chars-per-pixel */
"16 16 3 1",
"- c White",
"o c Red",
......
/* XPM */
#ifndef XPMMAIN
extern char *red_xpm[];
extern const char *red_xpm[];
#else
char *red_xpm[] = {
/* columns rows colors chars-per-pixel */
const char *red_xpm[] = {
/* columns rows colors const chars-per-pixel */
"16 15 6 1",
" c Gray0",
"X c #7b7b7b7b7b7b",
......
/* XPM */
#ifndef XPMMAIN
extern char *redo_xpm[];
extern const char *redo_xpm[];
#else
char *redo_xpm[] = {
/* width height num_colors chars_per_pixel */
const char *redo_xpm[] = {
/* width height num_colors const chars_per_pixel */
"16 16 4 1",
/* colors */
" c None",
......
/* XPM */
#ifndef XPMMAIN
extern char *right_xpm[];
extern const char *right_xpm[];
#else
char * right_xpm[] = {
const char * right_xpm[] = {
"16 16 25 1",
" c None",
". c #000000",
......
/* XPM */
#ifndef XPMMAIN
extern char *save_xpm[];
extern const char *save_xpm[];
#else
char * save_xpm[] = {
const char * save_xpm[] = {
"16 16 83 1",
" c None",
". c #000000",
......
/* XPM */
#ifndef XPMMAIN
extern char *save_as_xpm[];
extern const char *save_as_xpm[];
#else
char * save_as_xpm[] = {
const char * save_as_xpm[] = {
"16 16 111 2",
" c None",
". c #000000",
......
/* XPM */
#ifndef XPMMAIN
extern char * schematic_xpm[];
extern const char * schematic_xpm[];
#else
char *schematic_xpm[] = {
const char *schematic_xpm[] = {
/* columns rows colors chars-per-pixel */
/* columns rows colors const chars-per-pixel */
"16 15 6 1",
" c None",
". c Black",
......
/* XPM */
#ifndef XPMMAIN
extern char *select_grid_xpm[];
extern const char *select_grid_xpm[];
#else
char *select_grid_xpm[] = {
/* columns rows colors chars-per-pixel */
const char *select_grid_xpm[] = {
/* columns rows colors const chars-per-pixel */
"16 16 5 1",
" c #ffffff",
". c none",
......
/* XPM */
#ifndef XPMMAIN
extern char *sheetset_xpm[];
extern const char *sheetset_xpm[];
#else
char *sheetset_xpm[] = {
/* columns rows colors chars-per-pixel */
const char *sheetset_xpm[] = {
/* columns rows colors const chars-per-pixel */
"16 15 4 1",
" c None",
". c Black",
......
/* XPM */
#ifndef XPMMAIN
extern char *show_dcodenumber_xpm[];
extern const char *show_dcodenumber_xpm[];
#else
char * show_dcodenumber_xpm[] = {
/* columns rows colors chars-per-pixel */
const char * show_dcodenumber_xpm[] = {
/* columns rows colors const chars-per-pixel */
"16 15 3 1",
"- c Red",
"X c None",
......
/* XPM */
#ifndef XPMMAIN
extern char * show_mod_edge_xpm[];
extern const char * show_mod_edge_xpm[];
#else
char * show_mod_edge_xpm[] = {
const char * show_mod_edge_xpm[] = {
"16 15 4 1",
"X c Red",
". c None",
......
/* XPM */
#ifndef XPMMAIN
extern char *showtrack_xpm[];
extern const char *showtrack_xpm[];
#else
char *showtrack_xpm[] = {
/* columns rows colors chars per pixel */
const char *showtrack_xpm[] = {
/* columns rows colors const chars per pixel */
"16 15 3 1",
"= c Red",
": c #008000",
......
/* XPM */
#ifndef XPMMAIN
extern char *tools_xpm[];
extern const char *tools_xpm[];
#else
char *tools_xpm[] = {
/* columns rows colors chars-per-pixel */
const char *tools_xpm[] = {
/* columns rows colors const chars-per-pixel */
"16 15 3 1",
"- c Blue",
"X c Gray100",
......
/* XPM */
#ifndef XPMMAIN
extern char *transistor_xpm[];
extern const char *transistor_xpm[];
#else
char * transistor_xpm[] =
const char * transistor_xpm[] =
{
"16 15 16 1",
" c none",
......
/* XPM */
#ifndef XPMMAIN
extern char *tree_nosel_xpm[];
extern const char *tree_nosel_xpm[];
#else
char *tree_nosel_xpm[] = {
/* columns rows colors chars-per-pixel */
const char *tree_nosel_xpm[] = {
/* columns rows colors const chars-per-pixel */
"16 15 6 1",
" c Gray0",
"X c #7b7b7b",
......
/* XPM */
static char *tree_sel_xpm[] = {
/* columns rows colors chars-per-pixel */
static const char *tree_sel_xpm[] = {
/* columns rows colors const chars-per-pixel */
"16 15 6 1",
" c Gray0",
"X c #7b7b7b",
......
/* XPM */
#ifndef XPMMAIN
extern char *undelete_xpm[];
extern const char *undelete_xpm[];
#else
char * undelete_xpm[] = {
const char * undelete_xpm[] = {
"16 16 93 2",
" c None",
". c #000000",
......
/* XPM */
#ifndef XPMMAIN
extern char *undo_xpm[];
extern const char *undo_xpm[];
#else
char *undo_xpm[] = {
/* width height num_colors chars_per_pixel */
const char *undo_xpm[] = {
/* width height num_colors const chars_per_pixel */
"16 16 4 1",
/* colors */
" c None",
......
/* XPM */
#ifndef XPMMAIN
extern char *unit_inch_xpm[];
extern const char *unit_inch_xpm[];
#else
char * unit_inch_xpm[] = {
const char * unit_inch_xpm[] = {
"16 16 19 1",
" c None",
". c #3F3F9B",
......
/* XPM */
#ifndef XPMMAIN
extern char *unit_mm_xpm[];
extern const char *unit_mm_xpm[];
#else
char * unit_mm_xpm[] = {
const char * unit_mm_xpm[] = {
"16 16 23 1",
" c None",
"! c black",
......
/* XPM */
#ifndef XPMMAIN
extern char *up_xpm[];
extern const char *up_xpm[];
#else
char * up_xpm[] = {
const char * up_xpm[] = {
"16 16 26 1",
" c None",
". c #1C2D3D",
......
/* XPM */
#ifndef XPMMAIN
extern char * zoom_xpm[];
extern const char * zoom_xpm[];
#else
char * zoom_xpm[] = {
const char * zoom_xpm[] = {
"16 16 3 1",
" c None",
". c #00A000",
......
......@@ -4,6 +4,14 @@ Started 2007-June-11
Please add newer entries at the top, list the date and your name with
email address.
2007-Oct-31 UPDATE Jean-Pierre Charras <jean-pierre.charras@inpg.fr>
================================================================================
+all:
gcc 4.2.1 compatibility: change char * to const char * whenever it was necessary,
mainly in .xpm files
2007-Oct-30 UPDATE Dick Hollenbeck <dick@softplc.com>
================================================================================
+ pcbnew
......
/* XPM */
static char *lang_catalan_xpm[] = {
/* columns rows colors chars-per-pixel */
static const char *lang_catalan_xpm[] = {
/* columns rows colors const chars-per-pixel */
"16 16 14 1",
"* c #E40E04",
"@ c #F4C20C",
......
/* XPM */
static char * lang_de_xpm[] = {
static const char * lang_de_xpm[] = {
"16 16 5 1",
" c None",
". c #000000",
......
/* XPM */
static char * lang_def_xpm[] = {
static const char * lang_def_xpm[] = {
"16 16 52 1",
" c None",
". c #000000",
......
/* XPM */
static char * lang_en_xpm[] = {
static const char * lang_en_xpm[] = {
"16 16 21 1",
" c None",
". c #000000",
......
/* XPM */
static char * lang_es_xpm[] = {
static const char * lang_es_xpm[] = {
"16 16 5 1",
" c None",
". c #000000",
......
/* XPM */
static char * lang_fr_xpm[] = {
static const char * lang_fr_xpm[] = {
"16 16 5 1",
" c None",
". c #000000",
......
/* XPM */
static char * lang_hu_xpm[] = {
static const char * lang_hu_xpm[] = {
"16 16 5 1",
" c None",
". c #000000",
......
/* XPM */
static char * lang_it_xpm[] = {
static const char * lang_it_xpm[] = {
"16 16 5 1",
" c None",
". c #000000",
......
/* XPM */
static char * lang_ko_xpm[] =
static const char * lang_ko_xpm[] =
{
"16 16 17 1",
......
/* XPM */
static char * lang_po_xpm[] = {
static const char * lang_po_xpm[] = {
"16 16 4 1",
" c None",
". c #000000",
......
/* XPM */
static char * lang_pt_xpm[] = {
static const char * lang_pt_xpm[] = {
"16 16 16 1",
" c None",
". c #000000",
......
/* XPM */
static char * lang_ru_xpm[] = {
static const char * lang_ru_xpm[] = {
"16 16 5 1",
" c None",
". c #000000",
......
/* XPM */
static char * lang_sl_xpm[] = {
static const char * lang_sl_xpm[] = {
"16 16 5 1",
" c None",
". c #000000",
......
/* XPM */
static char * language_xpm[] = {
static const char * language_xpm[] = {
"16 16 92 2",
" c None",
". c #000000",
......
......@@ -31,7 +31,7 @@ Ki_HotkeyInfo::Ki_HotkeyInfo( const wxChar* infomsg, int idcommand, int keycode,
*/
struct hotkey_name_descr
{
wxChar* m_Name;
const wxChar* m_Name;
int m_KeyCode;
};
......
/* XPM */
static char * delete_association_xpm[] = {
static const char * delete_association_xpm[] = {
"16 16 148 2",
" c None",
". c #160A00",
......
/* XPM */
char * module_filtered_list_xpm[] = {
const char * module_filtered_list_xpm[] = {
"16 15 5 1",
"X c #808080",
" c None",
......
/* XPM */
char * module_full_list_xpm[] = {
const char * module_full_list_xpm[] = {
"16 15 5 1",
"X c #808080",
" c None",
......
/* XPM */
static char * AddBus2Bus_xpm[] = {
static const char * AddBus2Bus_xpm[] = {
"16 16 28 1",
" c None",
". c #9B9BFF",
......
/* XPM */
static char * AddLine2Bus_xpm[] = {
static const char * AddLine2Bus_xpm[] = {
"16 16 29 1",
" c None",
". c #9B9BFF",
......
/* XPM */
static char * add_bus2bus_xpm[] = {
static const char * add_bus2bus_xpm[] = {
"16 16 38 1",
" c None",
". c #AFAFFF",
......
/* XPM */
static char * add_glabel_xpm[] = {
static const char * add_glabel_xpm[] = {
"16 16 54 1",
" c None",
". c #695F00",
......
/* XPM */
static char * add_junction_xpm[] = {
static const char * add_junction_xpm[] = {
"16 16 60 1",
" c None",
". c #007D00",
......
/* XPM */
static char * add_line_label_xpm[] = {
static const char * add_line_label_xpm[] = {
"16 16 24 1",
" c None",
". c #000000",
......
/* XPM */
static char * add_power_xpm[] = {
static const char * add_power_xpm[] = {
"16 16 26 1",
" c None",
". c #D72D2D",
......
/* XPM */
static char * break_bus_xpm[] = {
static const char * break_bus_xpm[] = {
"16 16 36 1",
" c None",
". c #D72E2E",
......
/* XPM */
static char * break_line_xpm[] = {
static const char * break_line_xpm[] = {
"16 16 34 1",
" c None",
". c #D72E2E",
......
/* XPM */
static char * delete_bus_xpm[] = {
static const char * delete_bus_xpm[] = {
"16 16 130 2",
" c None",
". c #0000C3",
......
/* XPM */
static char * delete_connection_xpm[] = {
static const char * delete_connection_xpm[] = {
"16 16 157 2",
" c None",
". c #000000",
......
/* XPM */
static char * delete_glabel_xpm[] = {
static const char * delete_glabel_xpm[] = {
"16 16 133 2",
" c None",
". c #695F00",
......
/* XPM */
static char * delete_node_xpm[] = {
static const char * delete_node_xpm[] = {
"16 16 132 2",
" c None",
". c #007D00",
......
/* XPM */
static char * delete_pin_xpm[] = {
static const char * delete_pin_xpm[] = {
"16 16 129 2",
" c None",
". c #D72E2E",
......
/* XPM */
static char * delete_pinsheet_xpm[] = {
static const char * delete_pinsheet_xpm[] = {
"16 16 159 2",
" c None",
". c #6F6500",
......
/* XPM */
static char * delete_sheet_xpm[] = {
static const char * delete_sheet_xpm[] = {
"16 16 134 2",
" c None",
". c #000000",
......
/* XPM */
static char * edit_comp_ref_xpm[] = {
static const char * edit_comp_ref_xpm[] = {
"16 16 72 1",
" c None",
". c #000000",
......
/* XPM */
static char * edit_comp_value_xpm[] = {
static const char * edit_comp_value_xpm[] = {
"16 16 73 1",
" c None",
". c #000000",
......
/* XPM */
static char * edit_component_xpm[] = {
static const char * edit_component_xpm[] = {
"16 16 80 1",
" c None",
". c #000000",
......
/* XPM */
static char * Edit_Part_xpm[] = {
static const char * Edit_Part_xpm[] = {
"16 16 82 1",
" c None",
". c #000000",
......
/* XPM */
static char * edit_sheet_xpm[] = {
static const char * edit_sheet_xpm[] = {
"16 16 49 1",
" c None",
". c #000000",
......
/* XPM */
static char * gl_change_xpm[] = {
static const char * gl_change_xpm[] = {
"16 16 30 1",
" c None",
". c #695F00",
......
/* XPM */
static char * glabel2label_xpm[] = {
static const char * glabel2label_xpm[] = {
"16 16 30 1",
" c None",
". c #695F00",
......
/* XPM */
static char * glabel2text_xpm[] = {
static const char * glabel2text_xpm[] = {
"16 16 42 1",
" c None",
". c #695F00",
......
/* XPM */
static char * hidden_pin_xpm[] = {
static const char * hidden_pin_xpm[] = {
"16 16 133 2",
" c None",
". c #030303",
......
/* XPM */
static char * hierarchy_nav_xpm[] = {
static const char * hierarchy_nav_xpm[] = {
"16 16 7 1",
" c None",
". c #000000",
......
/* XPM */
static char * hierarchy_cursor_xpm[] = {
static const char * hierarchy_cursor_xpm[] = {
"16 16 61 1",
" c None",
". c #000000",
......
/* XPM */
static char * import_glabel_xpm[] = {
static const char * import_glabel_xpm[] = {
"16 16 92 2",
" c None",
". c #000000",
......
/* XPM */
static char * label2glabel_xpm[] = {
static const char * label2glabel_xpm[] = {
"16 16 34 1",
" c None",
". c #000000",
......
/* XPM */
static char * label2text_xpm[] = {
static const char * label2text_xpm[] = {
"16 16 35 1",
" c None",
". c #000000",
......
/* XPM */
static char * leave_sheet_xpm[] = {
static const char * leave_sheet_xpm[] = {
"16 16 58 1",
" c None",
". c #000000",
......
/* XPM */
static char * lib_next_xpm[] = {
static const char * lib_next_xpm[] = {
"16 16 63 1",
" c None",
". c #000000",
......
/* XPM */
static char * lib_previous_xpm[] = {
static const char * lib_previous_xpm[] = {
"16 16 64 1",
" c None",
". c #000000",
......
/* XPM */
static char * lines90_xpm[] = {
static const char * lines90_xpm[] = {
"16 16 24 1",
" c None",
". c #000000",
......
/* XPM */
static char * mirror_H_xpm[] = {
static const char * mirror_H_xpm[] = {
"16 16 29 1",
" c None",
". c #000000",
......
/* XPM */
static char * mirror_V_xpm[] = {
static const char * mirror_V_xpm[] = {
"16 16 30 1",
" c None",
". c #000000",
......
/* XPM */
static char * move_glabel_xpm[] = {
static const char * move_glabel_xpm[] = {
"16 16 66 1",
" c None",
". c #695F00",
......
/* XPM */
static char * move_pinsheet_xpm[] = {
static const char * move_pinsheet_xpm[] = {
"16 16 81 1",
" c None",
". c #6F6500",
......
/* XPM */
static char * move_sheet_xpm[] = {
static const char * move_sheet_xpm[] = {
"16 16 68 1",
" c None",
". c #000000",
......
/* XPM */
static char * normal_xpm[] = {
static const char * normal_xpm[] = {
"16 16 107 2",
" c None",
". c #000000",
......
/* XPM */
static char * options_pin_xpm[] = {
static const char * options_pin_xpm[] = {
"16 16 48 1",
" c None",
". c #D72E2E",
......
/* XPM */
static char * options_pinsheet_xpm[] = {
static const char * options_pinsheet_xpm[] = {
"16 16 78 1",
" c None",
". c #6F6500",
......
/* XPM */
static char * pin_name_to_xpm[] = {
static const char * pin_name_to_xpm[] = {
"16 16 58 1",
" c None",
". c #D72E2E",
......
/* XPM */
static char * pin_number_to_xpm[] = {
static const char * pin_number_to_xpm[] = {
"16 16 58 1",
" c None",
". c #D72E2E",
......
/* XPM */
static char * pin_size_to_xpm[] = {
static const char * pin_size_to_xpm[] = {
"16 16 53 1",
" c None",
". c #D72E2E",
......
/* XPM */
static char * pin_to_xpm[] = {
static const char * pin_to_xpm[] = {
"16 16 48 1",
" c None",
". c #D72E2E",
......
/* XPM */
static char * resize_sheet_xpm[] = {
static const char * resize_sheet_xpm[] = {
"16 16 15 1",
" c None",
". c #000000",
......
/* XPM */
static char * rotate_glabel_xpm[] = {
static const char * rotate_glabel_xpm[] = {
"16 16 91 1",
" c None",
". c #695F00",
......
/* XPM */
static char * Rotate_Pin_xpm[] = {
static const char * Rotate_Pin_xpm[] = {
"16 16 72 1",
" c None",
". c #D72E2E",
......
/* XPM */
static char *cvpcb_xpm[] = {
/* columns rows colors chars-per-pixel */
static const char *cvpcb_xpm[] = {
/* columns rows colors const chars-per-pixel */
"16 16 46 1",
" c None",
". c #160A00",
......
/* XPM */
static char * libedit_xpm[] = {
static const char * libedit_xpm[] = {
"16 16 130 2",
" c None",
". c #070809",
......
/* XPM */
static char * libedit_icon_xpm[] = {
static const char * libedit_icon_xpm[] = {
"32 32 112 2",
" c None",
". c #000000",
......
/* XPM */
static char * library_browse_xpm[] = {
static const char * library_browse_xpm[] = {
"16 16 130 2",
" c None",
". c #070809",
......
/* XPM */
static char * part_properties_xpm[] = {
static const char * part_properties_xpm[] = {
"16 16 85 1",
" c None",
". c #000000",
......
/* XPM */
static char *pin2pin_xpm[] = {
/* columns rows colors chars-per-pixel */
static const char *pin2pin_xpm[] = {
/* columns rows colors const chars-per-pixel */
"16 16 61 1",
" c None",
". c #000000",
......
/* XPM */
static char * viewlibs_icon_xpm[] = {
static const char * viewlibs_icon_xpm[] = {
"32 32 345 2",
" c None",
". c #0C0C0E",
......
......@@ -475,7 +475,7 @@ void WinEDA_ErcFrame::ChangeErrorLevel( wxCommandEvent& event )
{
int id, level, ii, x, y;
wxBitmapButton* Butt;
char** new_bitmap_xpm = NULL;
const char** new_bitmap_xpm = NULL;
wxPoint pos;
id = event.GetId();
......
......@@ -45,8 +45,8 @@ public:
Ki_WorkSheetData * Pnext;
int m_Posx, m_Posy; /* position de l'element ou point de depart du segment */
int m_Endx, m_Endy; /* extremite d'un element type segment ou cadre */
wxChar * m_Legende; /* Pour m_Textes: texte a afficher avant le texte lui meme */
wxChar * m_Text; /* Pour m_Textes:pointeur sur le texte a afficher */
const wxChar * m_Legende; /* Pour m_Textes: texte a afficher avant le texte lui meme */
const wxChar * m_Text; /* Pour m_Textes:pointeur sur le texte a afficher */
};
/* Type des descriptions Ki_WorkSheetData */
......
/* XPM */
static char * browse_files_xpm[] = {
static const char * browse_files_xpm[] = {
"16 16 66 1",
" c None",
". c #000000",
......
/* XPM */
static char * fonts_xpm[] = {
static const char * fonts_xpm[] = {
"16 16 46 1",
" c None",
". c #70653B",
......
/* XPM */
static char * new_project_xpm[] = {
static const char * new_project_xpm[] = {
"16 16 30 1",
" c None",
". c #000000",
......
/* XPM */
static char * save_project_xpm[] = {
static const char * save_project_xpm[] = {
"16 16 63 1",
" c None",
". c #000000",
......
/* XPM */
static char * icon_cvpcb_small_xpm[] = {
static const char * icon_cvpcb_small_xpm[] = {
"16 16 132 2",
" c None",
". c #FF7800",
......
/* XPM */
static char * icon_gerbview_small_xpm[] = {
static const char * icon_gerbview_small_xpm[] = {
"16 16 166 2",
" c None",
". c #424040",
......
/* XPM */
static char * new_cvpcb_xpm[] = {
static const char * new_cvpcb_xpm[] = {
"16 16 87 1",
" c None",
". c #000000",
......
/* XPM */
static char * new_gerb_xpm[] = {
static const char * new_gerb_xpm[] = {
"16 16 78 1",
" c None",
". c #000000",
......
/* XPM */
static char * new_pcb_xpm[] = {
static const char * new_pcb_xpm[] = {
"16 16 35 1",
" c None",
". c #000000",
......
/* XPM */
static char * new_python_xpm[] = {
static const char * new_python_xpm[] = {
"16 16 112 2",
" c None",
". c #000000",
......
/* XPM */
static char * new_sch_xpm[] = {
static const char * new_sch_xpm[] = {
"16 16 66 1",
" c None",
". c #000000",
......
/* XPM */
static char * reload_xpm[] = {
static const char * reload_xpm[] = {
"16 16 152 2",
" c None",
". c #3ACF73",
......
/* XPM */
static char * unknown_xpm[] = {
static const char * unknown_xpm[] = {
"16 16 49 1",
" c None",
". c #C6C6D5",
......
/* XPM */
static char * unzip_xpm[] = {
static const char * unzip_xpm[] = {
"16 16 16 1",
" c none",
". c #060304",
......
/* XPM */
static char * zip_xpm[] = {
static const char * zip_xpm[] = {
"16 16 16 1",
" c none",
". c #060304",
......
/* XPM */
static char *zip_tool_xpm[] = {
/* width height num_colors chars_per_pixel */
static const char *zip_tool_xpm[] = {
/* width height num_colors const chars_per_pixel */
"16 15 16 1",
"A c #040604",
"B c #9C9A04",
......
/* XPM */
static char * add_mires_xpm[] = {
static const char * add_mires_xpm[] = {
"16 16 64 1",
" c None",
"! c black",
......
/* XPM */
static char * add_tracks_xpm[] = {
static const char * add_tracks_xpm[] = {
"16 16 16 1",
" c None",
". c #007D00",
......
/* XPM */
static char * add_zone_xpm[] = {
static const char * add_zone_xpm[] = {
"16 16 3 1",
" c None",
". c #007D00",
......
/* XPM */
static char * Break_Line_xpm[] = {
static const char * Break_Line_xpm[] = {
"16 16 34 1",
" c None",
". c #D72E2E",
......
/* XPM */
static char * Delete_Line_xpm[] = {
static const char * Delete_Line_xpm[] = {
"16 16 131 2",
" c None",
". c #007D00",
......
/* XPM */
static char * Delete_Module_xpm[] = {
static const char * Delete_Module_xpm[] = {
"16 16 129 2",
" c None",
". c #000000",
......
/* XPM */
static char * Delete_Net_xpm[] = {
static const char * Delete_Net_xpm[] = {
"16 16 128 2",
" c None",
". c #005900",
......
/* XPM */
static char * Delete_Node_xpm[] = {
static const char * Delete_Node_xpm[] = {
"16 16 132 2",
" c None",
". c #007D00",
......
/* XPM */
static char * Delete_Pad_xpm[] = {
static const char * Delete_Pad_xpm[] = {
"16 16 120 2",
" c None",
". c #000000",
......
/* XPM */
static char * Delete_Track_xpm[] = {
static const char * Delete_Track_xpm[] = {
"16 16 115 2",
" c None",
". c #007D00",
......
/* XPM */
static char * Drag_Module_xpm[] = {
static const char * Drag_Module_xpm[] = {
"16 16 63 1",
" c None",
". c #000000",
......
/* XPM */
static char * drag_pad_xpm[] = {
static const char * drag_pad_xpm[] = {
"16 16 48 1",
" c None",
". c #000000",
......
/* XPM */
static char * Edges_Sketch_xpm[] = {
static const char * Edges_Sketch_xpm[] = {
"16 16 3 1",
" c None",
". c #D72E2E",
......
/* XPM */
static char * Edit_Module_xpm[] = {
static const char * Edit_Module_xpm[] = {
"16 16 48 1",
" c None",
". c #000000",
......
/* XPM */
static char * export_module_xpm[] = {
static const char * export_module_xpm[] = {
"16 16 86 1",
" c None",
". c #000000",
......
/* XPM */
static char * Export_Options_Pad_xpm[] = {
static const char * Export_Options_Pad_xpm[] = {
"16 16 71 1",
" c None",
". c #000000",
......
/* XPM */
static char * Flag_xpm[] = {
static const char * Flag_xpm[] = {
"16 16 24 1",
" c None",
". c #000000",
......
/* XPM */
static char * global_options_pad_xpm[] = {
static const char * global_options_pad_xpm[] = {
"16 16 81 1",
" c None",
". c #000000",
......
/* XPM */
static char * import_module_xpm[] = {
static const char * import_module_xpm[] = {
"16 16 79 1",
" c None",
". c #000000",
......
/* XPM */
static char * insert_module_board_xpm[] = {
static const char * insert_module_board_xpm[] = {
"16 16 49 1",
" c None",
". c #000000",
......
/* XPM */
static char * invert_module_xpm[] = {
static const char * invert_module_xpm[] = {
"16 16 31 1",
" c None",
". c #000000",
......
/* XPM */
static char * load_module_board_xpm[] = {
static const char * load_module_board_xpm[] = {
"16 16 80 1",
" c None",
". c #000000",
......
/* XPM */
static char * Load_Module_Lib_xpm[] = {
static const char * Load_Module_Lib_xpm[] = {
"16 16 143 2",
" c None",
". c #050607",
......
/* XPM */
static char * Locked_xpm[] = {
static const char * Locked_xpm[] = {
"16 16 90 1",
" c None",
". c #000000",
......
/* XPM */
static char * mode_module_xpm[] = {
static const char * mode_module_xpm[] = {
"16 16 96 2",
" c None",
". c #D72E2E",
......
/* XPM */
static char * mode_track_xpm[] = {
static const char * mode_track_xpm[] = {
"16 16 42 1",
" c None",
". c #007D00",
......
/* XPM */
static char * Modul_Edit_xpm[] = {
static const char * Modul_Edit_xpm[] = {
"16 16 37 1",
" c None",
". c #FF7800",
......
/* XPM */
static char * module_check_xpm[] = {
static const char * module_check_xpm[] = {
"16 16 129 2",
" c None",
". c #D72E2E",
......
/* XPM */
static char * Module_Ratsnet_xpm[] = {
static const char * Module_Ratsnet_xpm[] = {
"16 16 39 1",
" c None",
". c #FFFFFF",
......
/* XPM */
static char * Move_Field_xpm[] = {
static const char * Move_Field_xpm[] = {
"16 16 62 1",
" c None",
". c #D2D2D2",
......
/* XPM */
static char * Move_Module_xpm[] = {
static const char * Move_Module_xpm[] = {
"16 16 55 1",
" c None",
". c #000000",
......
/* XPM */
static char * move_pad_xpm[] = {
static const char * move_pad_xpm[] = {
"16 16 44 1",
" c None",
". c #000000",
......
/* XPM */
static char * Move_Pin_xpm[] = {
static const char * Move_Pin_xpm[] = {
"16 16 56 1",
" c None",
". c #D72E2E",
......
/* XPM */
static char * Net_HighLight_xpm[] = {
static const char * Net_HighLight_xpm[] = {
"16 16 74 1",
" c None",
". c #46FF00",
......
/* XPM */
static char * Net_Locked_xpm[] = {
static const char * Net_Locked_xpm[] = {
"16 16 90 1",
" c None",
". c #007D00",
......
/* XPM */
static char * Net_UnLocked_xpm[] = {
static const char * Net_UnLocked_xpm[] = {
"16 16 90 1",
" c None",
". c #007D00",
......
/* XPM */
static char * new_footprint_xpm[] = {
static const char * new_footprint_xpm[] = {
"16 16 15 1",
" c None",
". c #FFF500",
......
/* XPM */
static char * New_Module_xpm[] = {
static const char * New_Module_xpm[] = {
"16 16 73 1",
" c None",
". c #FFF500",
......
/* XPM */
static char * options_all_tracks_and_vias_xpm[] = {
static const char * options_all_tracks_and_vias_xpm[] = {
"16 16 49 1",
" c None",
". c #007D00",
......
/* XPM */
static char * Options_All_Tracks_xpm[] = {
static const char * Options_All_Tracks_xpm[] = {
"16 16 39 1",
" c None",
". c #007D00",
......
/* XPM */
static char * Options_All_Vias_xpm[] = {
static const char * Options_All_Vias_xpm[] = {
"16 16 56 1",
" c None",
". c #D72E2E",
......
/* XPM */
static char * Options_Module_xpm[] = {
static const char * Options_Module_xpm[] = {
"16 16 53 1",
" c None",
". c #000000",
......
/* XPM */
static char * Options_Track_xpm[] = {
static const char * Options_Track_xpm[] = {
"16 16 45 1",
" c None",
". c #007D00",
......
/* XPM */
static char * Options_Tracks_xpm[] = {
static const char * Options_Tracks_xpm[] = {
"16 16 36 1",
" c None",
". c #007D00",
......
/* XPM */
static char * Options_Vias_xpm[] = {
static const char * Options_Vias_xpm[] = {
"16 16 44 1",
" c None",
". c #000000",
......
/* XPM */
static char * pcb_offset_xpm[] = {
static const char * pcb_offset_xpm[] = {
"16 16 7 1",
" c None",
". c #000000",
......
/* XPM */
static char * post_compo_xpm[] = {
static const char * post_compo_xpm[] = {
"16 16 62 1",
" c None",
". c #000000",
......
/* XPM */
static char * post_drill_xpm[] = {
static const char * post_drill_xpm[] = {
"16 16 35 1",
" c None",
". c #000000",
......
/* XPM */
static char * Post_Module_xpm[] = {
static const char * Post_Module_xpm[] = {
"16 16 52 1",
" c None",
". c #000000",
......
/* XPM */
static char * Rotate_Field_xpm[] = {
static const char * Rotate_Field_xpm[] = {
"16 16 76 1",
" c None",
". c #D2D2D2",
......
/* XPM */
static char * rotate_module_pos_xpm[] = {
static const char * rotate_module_pos_xpm[] = {
"16 16 77 1",
" c None",
". c #000000",
......
/* XPM */
static char * rotate_module_neg_xpm[] = {
static const char * rotate_module_neg_xpm[] = {
"16 16 89 1",
" c None",
". c #000000",
......
/* XPM */
static char * select_layer_pair_xpm[] = {
static const char * select_layer_pair_xpm[] = {
"16 16 75 1",
" c None",
". c #000000",
......
/* XPM */
static char * Select_W_Layer_xpm[] = {
static const char * Select_W_Layer_xpm[] = {
"16 16 24 1",
" c None",
". c #000000",
......
/* XPM */
static char * show_zone_xpm[] = {
static const char * show_zone_xpm[] = {
"16 16 71 1",
" c None",
". c #007D00",
......
/* XPM */
static char * swap_layer_xpm[] = {
static const char * swap_layer_xpm[] = {
"16 16 6 1",
" c None",
". c #B70000",
......
/* XPM */
static char * Track_Locked_xpm[] = {
static const char * Track_Locked_xpm[] = {
"16 16 89 1",
" c None",
". c #007D00",
......
/* XPM */
static char * Track_Sketch_xpm[] = {
static const char * Track_Sketch_xpm[] = {
"16 16 5 1",
" c None",
". c #007D00",
......
/* XPM */
static char * Track_UnLocked_xpm[] = {
static const char * Track_UnLocked_xpm[] = {
"16 16 81 1",
" c None",
". c #007D00",
......
/* XPM */
static char * Unlocked_xpm[] = {
static const char * Unlocked_xpm[] = {
"16 16 88 1",
" c None",
". c #000000",
......
/* XPM */
static char * update_module_board_xpm[] = {
static const char * update_module_board_xpm[] = {
"16 16 81 1",
" c None",
". c #000000",
......
/* XPM */
static char * width_track_xpm[] = {
static const char * width_track_xpm[] = {
"16 16 9 1",
" c None",
". c #000000",
......
/* XPM */
static char * add_cotation_xpm[] = {
static const char * add_cotation_xpm[] = {
"16 16 14 1",
" c None",
". c #000000",
......
/* XPM */
static char * local_ratsnet_xpm[] = {
static const char * local_ratsnet_xpm[] = {
"16 16 61 1",
" c None",
". c #FFFFFF",
......
/* XPM */
static char * module_options_xpm[] = {
static const char * module_options_xpm[] = {
"16 16 65 1",
" c None",
". c #D72E2E",
......
/* XPM */
static char * mw_Add_Gap_xpm[] = {
static const char * mw_Add_Gap_xpm[] = {
"16 16 13 1",
" c None",
". c #D72E2E",
......
/* XPM */
static char * mw_Add_Line_xpm[] = {
static const char * mw_Add_Line_xpm[] = {
"16 16 6 1",
" c None",
". c #D72E2E",
......
/* XPM */
static char * mw_Add_Shape_xpm[] = {
static const char * mw_Add_Shape_xpm[] = {
"16 16 21 1",
" c None",
". c #D72E2E",
......
/* XPM */
static char * mw_Add_Stub_xpm[] = {
static const char * mw_Add_Stub_xpm[] = {
"16 16 14 1",
" c None",
". c #D72E2E",
......
/* XPM */
static char * mw_Add_stub_arc_xpm[] = {
static const char * mw_Add_stub_arc_xpm[] = {
"16 16 55 1",
" c None",
". c #000000",
......
/* XPM */
static char * mw_toolbar_xpm[] = {
static const char * mw_toolbar_xpm[] = {
"16 16 67 1",
" c None",
". c #000000",
......
/* XPM */
char *net_hightlight_xpm[] = {
/* columns rows colors chars-per-pixel */
const char *net_hightlight_xpm[] = {
/* columns rows colors const chars-per-pixel */
"16 16 3 1",
"- c #008000",
". c #00FF00",
......
/* XPM */
static char * tool_ratsnet_xpm[] = {
static const char * tool_ratsnet_xpm[] = {
"16 16 53 1",
" c None",
". c #FFFFFF",
......
......@@ -230,7 +230,7 @@ const char** BOARD_ITEM::MenuIcon() const
* @return an icon pointer (can be NULL)
*/
{
char** xpm;
const char** xpm;
const BOARD_ITEM* item = this;
switch( item->Type() )
......
......@@ -346,7 +346,8 @@ void WinEDA_PcbFrame::GenModuleReport( wxCommandEvent& event )
sprintf( Line, "orientation %.2f\n", (float) (pad->m_Orient - Module->m_Orient) / 10 );
fputs( Line, rptfile );
char* shape_name[6] = { "??? ", "Circ", "Rect", "Oval", "trap", "spec" };
const char* shape_name[6] =
{ "??? ", "Circ", "Rect", "Oval", "trap", "spec" };
sprintf( Line, "Shape %s\n", shape_name[pad->m_PadShape] );
fputs( Line, rptfile );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment