/[svn]/gigedit/trunk/src/gigedit/gfx/builtinpix.cpp
ViewVC logotype

Diff of /gigedit/trunk/src/gigedit/gfx/builtinpix.cpp

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 3285 by schoenebeck, Wed May 3 21:23:16 2017 UTC revision 3286 by schoenebeck, Thu Jun 22 10:54:10 2017 UTC
# Line 4  Glib::RefPtr<Gdk::Pixbuf> redDot; Line 4  Glib::RefPtr<Gdk::Pixbuf> redDot;
4  Glib::RefPtr<Gdk::Pixbuf> yellowDot;  Glib::RefPtr<Gdk::Pixbuf> yellowDot;
5  Glib::RefPtr<Gdk::Pixbuf> blackLoop;  Glib::RefPtr<Gdk::Pixbuf> blackLoop;
6  Glib::RefPtr<Gdk::Pixbuf> blueHatchedPattern;  Glib::RefPtr<Gdk::Pixbuf> blueHatchedPattern;
7    Glib::RefPtr<Gdk::Pixbuf> blueHatchedPattern2;
8  Glib::RefPtr<Gdk::Pixbuf> grayBlueHatchedPattern;  Glib::RefPtr<Gdk::Pixbuf> grayBlueHatchedPattern;
9  Glib::RefPtr<Gdk::Pixbuf> grayLoop;  Glib::RefPtr<Gdk::Pixbuf> grayLoop;
10    
# Line 11  extern const unsigned char red_dot_rgba[ Line 12  extern const unsigned char red_dot_rgba[
12  extern const unsigned char yellow_dot_rgba[];  extern const unsigned char yellow_dot_rgba[];
13  extern const unsigned char black_loop_rgba[];  extern const unsigned char black_loop_rgba[];
14  extern const unsigned char blue_hatched_pattern_rgba[];  extern const unsigned char blue_hatched_pattern_rgba[];
15    extern const unsigned char blue_hatched_pattern2_rgba[];
16  extern const unsigned char grayblue_hatched_pattern_rgba[];  extern const unsigned char grayblue_hatched_pattern_rgba[];
17  extern const unsigned char gray_loop_rgba[];  extern const unsigned char gray_loop_rgba[];
18    
# Line 18  extern const int red_dot_rgba_size; Line 20  extern const int red_dot_rgba_size;
20  extern const int yellow_dot_rgba_size;  extern const int yellow_dot_rgba_size;
21  extern const int black_loop_rgba_size;  extern const int black_loop_rgba_size;
22  extern const int blue_hatched_pattern_rgba_size;  extern const int blue_hatched_pattern_rgba_size;
23    extern const int blue_hatched_pattern2_rgba_size;
24  extern const int grayblue_hatched_pattern_rgba_size;  extern const int grayblue_hatched_pattern_rgba_size;
25  extern const int gray_loop_rgba_size;  extern const int gray_loop_rgba_size;
26    
# Line 30  static struct _BuiltInPixMap { Line 33  static struct _BuiltInPixMap {
33      { &yellowDot, yellow_dot_rgba, yellow_dot_rgba_size },      { &yellowDot, yellow_dot_rgba, yellow_dot_rgba_size },
34      { &blackLoop, black_loop_rgba, black_loop_rgba_size },      { &blackLoop, black_loop_rgba, black_loop_rgba_size },
35      { &blueHatchedPattern, blue_hatched_pattern_rgba, blue_hatched_pattern_rgba_size },      { &blueHatchedPattern, blue_hatched_pattern_rgba, blue_hatched_pattern_rgba_size },
36        { &blueHatchedPattern2, blue_hatched_pattern2_rgba, blue_hatched_pattern2_rgba_size },
37      { &grayBlueHatchedPattern, grayblue_hatched_pattern_rgba, grayblue_hatched_pattern_rgba_size },      { &grayBlueHatchedPattern, grayblue_hatched_pattern_rgba, grayblue_hatched_pattern_rgba_size },
38      { &grayLoop, gray_loop_rgba, gray_loop_rgba_size },      { &grayLoop, gray_loop_rgba, gray_loop_rgba_size },
39  };  };

Legend:
Removed from v.3285  
changed lines
  Added in v.3286

  ViewVC Help
Powered by ViewVC