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

Collapse All | Expand All

(-)file_not_specified_in_diff (-5 / +11 lines)
Line  Link Here
0
-- quickplot-0.8.13.orig/App.h
0
++ quickplot-0.8.13/App.h
Lines 41-47 Link Here
41
  
41
  
42
 public:
42
 public:
43
43
44
  App(int *argv, char ***argv);
44
  App(int *argc, char ***argv);
45
  virtual ~App(void);
45
  virtual ~App(void);
46
46
47
47
48
-- quickplot-0.8.13.orig/Graph.cpp
48
++ quickplot-0.8.13/Graph.cpp
Lines 42-47 Link Here
42
#define ZRO        ((value_t) 0.0)
42
#define ZRO        ((value_t) 0.0)
43
#define ABSVAL(x)  (((x) > 0)? (x) : (-(x)))
43
#define ABSVAL(x)  (((x) > 0)? (x) : (-(x)))
44
44
45
#include <cstring>
46
45
47
46
48
47
Graph::Graph(MainWindow *mainWindow_in):
49
Graph::Graph(MainWindow *mainWindow_in):
48
-- quickplot-0.8.13.orig/MainWindow.cpp
50
++ quickplot-0.8.13/MainWindow.cpp
Lines 40-45 Link Here
40
40
41
#include "quickplot_icon.xpm"
41
#include "quickplot_icon.xpm"
42
42
43
#include <cstring>
44
43
45
44
// from file: help_html.cpp which was generated from help.html.in
46
// from file: help_html.cpp which was generated from help.html.in
45
extern const char *help_html;
47
extern const char *help_html;
46
-- quickplot-0.8.13.orig/Plot.cpp
48
++ quickplot-0.8.13/Plot.cpp
Lines 31-36 Link Here
31
#include "Graph.h"
31
#include "Graph.h"
32
#include "Globel.h"
32
#include "Globel.h"
33
33
34
#include <cstring>
35
34
36
35
// SPACE is the fraction of blank space on graphing area for the first
37
// SPACE is the fraction of blank space on graphing area for the first
36
// auto zoom level.  The blank space is split evenly between the top
38
// auto zoom level.  The blank space is split evenly between the top

Return to bug 220493