2 changed files with 45 additions and 6 deletions
@ -0,0 +1,37 @@
|
||||
diff -Naur treebest-1.9.2.orig/flglobal.h treebest-1.9.2/flglobal.h
|
||||
--- treebest-1.9.2.orig/flglobal.h 2007-10-19 11:06:03.000000000 +0200
|
||||
+++ treebest-1.9.2/flglobal.h 2013-12-23 10:52:32.867024767 +0100
|
||||
@@ -6,14 +6,14 @@
|
||||
#define FN_DIONYSIS 1
|
||||
#define FN_SELENA 2
|
||||
|
||||
-#include <FL/Fl_Double_Window.h>
|
||||
-#include <FL/Fl_File_Chooser.h>
|
||||
-#include <FL/Fl_Int_Input.h>
|
||||
-#include <FL/Fl_Float_Input.h>
|
||||
-#include <FL/Fl_Progress.h>
|
||||
-#include <FL/Fl_Button.h>
|
||||
-#include <FL/Fl_Tabs.h>
|
||||
-#include <FL/Fl_Check_Button.h>
|
||||
+#include <FL/Fl_Double_Window.H>
|
||||
+#include <FL/Fl_File_Chooser.H>
|
||||
+#include <FL/Fl_Int_Input.H>
|
||||
+#include <FL/Fl_Float_Input.H>
|
||||
+#include <FL/Fl_Progress.H>
|
||||
+#include <FL/Fl_Button.H>
|
||||
+#include <FL/Fl_Tabs.H>
|
||||
+#include <FL/Fl_Check_Button.H>
|
||||
#include "tree.h"
|
||||
#include "phyml.h"
|
||||
#include "tree_plot.h"
|
||||
diff -Naur treebest-1.9.2.orig/flworkspace.cc treebest-1.9.2/flworkspace.cc
|
||||
--- treebest-1.9.2.orig/flworkspace.cc 2007-10-19 11:06:03.000000000 +0200
|
||||
+++ treebest-1.9.2/flworkspace.cc 2013-12-23 10:52:39.990931490 +0100
|
||||
@@ -1,5 +1,5 @@
|
||||
-#include <FL/Fl_Box.h>
|
||||
-#include <FL/fl_draw.h>
|
||||
+#include <FL/Fl_Box.H>
|
||||
+#include <FL/fl_draw.H>
|
||||
#include <stdlib.h>
|
||||
#include "flglobal.h"
|
||||
#include "utils.h"
|
Loading…
Reference in new issue