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

Collapse All | Expand All

(-)freej-0.7-orig/src/include/blitter.h (-1 / +1 lines)
Lines 114-120 Link Here
114
  bool fade_value(int step, int val); ///< fade to a new blit value
114
  bool fade_value(int step, int val); ///< fade to a new blit value
115
  bool pulse_value(int step, int val); ///< pulse it to a value and come back
115
  bool pulse_value(int step, int val); ///< pulse it to a value and come back
116
  bool set_kernel(short *krn); /// set the convolution kernel
116
  bool set_kernel(short *krn); /// set the convolution kernel
117
  bool Blitter::set_colorkey(int x,int y);
117
  bool set_colorkey(int x,int y);
118
  Linklist blitlist; ///< list of available blits
118
  Linklist blitlist; ///< list of available blits
119
119
120
  /* ==== geometrical transformations */
120
  /* ==== geometrical transformations */
(-)freej-0.7-orig/src/include/linklist.h (-1 / +1 lines)
Lines 50-56 Link Here
50
  Entry *search(char *name);
50
  Entry *search(char *name);
51
  int *completion(char *needle);
51
  int *completion(char *needle);
52
52
53
  Entry *Linklist::selected();
53
  Entry *selected();
54
54
55
  Entry *operator[](int pos) { return pick(pos); };
55
  Entry *operator[](int pos) { return pick(pos); };
56
56

Return to bug 135497