Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 119523 | Differences between
and this patch

Collapse All | Expand All

(-)nam-1.11/agent.h (-1 / +1 lines)
Lines 70-76 Link Here
70
  inline double width()  {return width_;}
70
  inline double width()  {return width_;}
71
  inline double height() {return height_;}
71
  inline double height() {return height_;}
72
  virtual void findClosestCornertoPoint(double x, double y, 
72
  virtual void findClosestCornertoPoint(double x, double y, 
73
               double &corner_x, double &corner_y) const = NULL; 
73
               double &corner_x, double &corner_y) const = 0; 
74
  virtual void place(double x, double y);
74
  virtual void place(double x, double y);
75
  void label(const char* name, int anchor);
75
  void label(const char* name, int anchor);
76
  void color(const char* name);
76
  void color(const char* name);

Return to bug 119523