]> git.pld-linux.org Git - packages/XaraLX.git/blob - XaraLX-wx28.patch
- Source0 download URL
[packages/XaraLX.git] / XaraLX-wx28.patch
1 --- XaraLX-0.7r1766/wxOil/fileinfolist.h.orig   2007-03-14 23:11:45.000000000 +0000
2 +++ XaraLX-0.7r1766/wxOil/fileinfolist.h        2007-03-14 23:12:12.000000000 +0000
3 @@ -98,6 +98,7 @@
4  #ifndef WXOIL_FILEINFOLIST_H\r
5  #define WXOIL_FILEINFOLIST_H\r
6  \r
7 +#include <wx/imaglist.h>\r
8  \r
9  \r
10  class CFileInfoList\r
11 --- XaraLX-0.7r1766/wxOil/dlgmgr.cpp.orig       2007-03-14 16:24:23.000000000 +0000
12 +++ XaraLX-0.7r1766/wxOil/dlgmgr.cpp    2007-03-14 17:39:51.000000000 +0000
13 @@ -99,6 +99,7 @@
14  // Implementation of the DialogManager class (bodge central)
15  
16  // Include files
17 +#include <wx/imaglist.h>
18  #include "camtypes.h"
19  
20  #include "dlgmgr.h"
21 @@ -7173,7 +7174,7 @@
22                 pTLW = pTLW->GetParent();
23  
24         if (pTLW)
25 -               pTLW->SetTitle( (TCHAR *)(*Name) );
26 +               pTLW->SetLabel( (TCHAR *)(*Name) );
27  
28         return true;
29  }
30
31 --- XaraLX-0.7r1766/wxOil/camframe.h.orig       2007-03-14 13:26:22.000000000 +0000
32 +++ XaraLX-0.7r1766/wxOil/camframe.h    2007-03-14 16:32:09.000000000 +0000
33 @@ -98,6 +98,7 @@
34  #ifndef INC_CAMFRAME
35  #define INC_CAMFRAME
36  
37 +#include <wx/fl/frmview.h>
38  // Forward definitions
39  class CCamCanvas;
40  class wxFrameManager;
41 --- XaraLX-0.7r1766/wxXtra/gridcombo.cpp.orig   2007-03-14 09:53:29.000000000 +0000
42 +++ XaraLX-0.7r1766/wxXtra/gridcombo.cpp        2007-03-14 09:53:44.000000000 +0000
43 @@ -11,6 +11,7 @@
44  
45  #include "gridcombo.h"
46  #include <wx/utils.h>
47 +#include <wx/settings.h>
48  
49  
50  #define HIGHLITED_TIMERID              777
51 --- XaraLX-0.7r1766/wxXtra/gridcombo.h.orig     2007-03-14 09:33:43.000000000 +0000
52 +++ XaraLX-0.7r1766/wxXtra/gridcombo.h  2007-03-14 09:36:55.000000000 +0000
53 @@ -22,6 +22,8 @@
54  #include "combog.h"
55  #endif
56  
57 +#include <wx/timer.h>
58 +#include <wx/scrolwin.h>
59  
60  class wxGridCombo;
61  
This page took 0.617575 seconds and 3 git commands to generate.