Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 43879
Collapse All | Expand All

(-)hardware-monitor-1.0-orig/src/pixbuf-drawing.hpp (-5 / +5 lines)
Lines 135-142 Link Here
135
  
135
  
136
private:
136
private:
137
  unsigned char *data;
137
  unsigned char *data;
138
  int const rowstride;
138
  int rowstride;
139
  int const channels;
139
  int channels;
140
};
140
};
141
141
142
inline PixelPosition get_position(const Glib::RefPtr<Gdk::Pixbuf> &pixbuf,
142
inline PixelPosition get_position(const Glib::RefPtr<Gdk::Pixbuf> &pixbuf,
Lines 232-240 Link Here
232
  unsigned char *data;
232
  unsigned char *data;
233
  int xpos;
233
  int xpos;
234
  
234
  
235
  int const width;
235
  int width;
236
  int const channels;
236
  int channels;
237
  int const padding;
237
  int padding;
238
};
238
};
239
239
240
240

Return to bug 43879