// Copyright (c) 2001 Martin-Luther-University Halle-Wittenberg (Germany). // All rights reserved. // // This file is part of CGAL (www.cgal.org); you may redistribute it under // the terms of the Q Public License version 1.0. // See the file LICENSE.QPL distributed with CGAL. // // Licensees holding a valid commercial license may use this file in // accordance with the commercial license agreement provided with the software. // // This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE // WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. // // $Source$ // $Revision$ $Date$ // $Name$ // // Author(s) : Matthias Baesken, Algorithmic Solutions #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #define num_xbm_button32 23 static unsigned char* xbm_button32[] = { a_annulus_bits, w_annulus_bits, circle_bits, dice_bits, empty_circle_bits, encl_circle_bits, exit_bits, f_triang_bits, f_voro_bits, grid_bits, help_bits, hull_bits, inside_bits, intersect_bits, line_bits, point_bits, poly_bits, rect_bits, tree_bits, triang_bits, triangle_bits, union_bits, voro_bits }; static const char* name_xbm_button32[] = { "a_annulus", "w_annulus", "circle", "dice", "empty_circle", "encl_circle", "exit", "f_triang", "f_voro", "grid", "help", "hull", "inside", "intersect", "line", "point", "poly", "rect", "tree", "triang", "triangle", "union", "voro" }; #if defined(__GNUC__) inline char xbm_button32_unused_warning() { return xbm_button32[0][0] + name_xbm_button32[0][0]; } #endif