diff options
author | 2011-04-30 16:24:37 +0000 | |
---|---|---|
committer | 2011-04-30 16:24:37 +0000 | |
commit | 83be9b55981b1e0f3ecc962306e48743913ec7cb (patch) | |
tree | 880691f8e30b93c24228866a1855d0cfae670585 /media-gfx/xaralx/files/xaralx-pragma.patch | |
parent | app-misc/gpligc: Moved to virtual/jpeg (diff) | |
download | sunrise-83be9b55981b1e0f3ecc962306e48743913ec7cb.tar.gz sunrise-83be9b55981b1e0f3ecc962306e48743913ec7cb.tar.bz2 sunrise-83be9b55981b1e0f3ecc962306e48743913ec7cb.zip |
media-gfx/xaralx: Fix deps for gnome3, Make it compile again, included patches from debian
svn path=/sunrise/; revision=11985
Diffstat (limited to 'media-gfx/xaralx/files/xaralx-pragma.patch')
-rw-r--r-- | media-gfx/xaralx/files/xaralx-pragma.patch | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/media-gfx/xaralx/files/xaralx-pragma.patch b/media-gfx/xaralx/files/xaralx-pragma.patch new file mode 100644 index 000000000..f91b9225a --- /dev/null +++ b/media-gfx/xaralx/files/xaralx-pragma.patch @@ -0,0 +1,23 @@ + wxOil/basebar2.cpp | 2 -- + 1 files changed, 0 insertions(+), 2 deletions(-) + +diff --git a/wxOil/basebar2.cpp b/wxOil/basebar2.cpp +index 200c855..52b7376 100644 +--- a/wxOil/basebar2.cpp ++++ b/wxOil/basebar2.cpp +@@ -4565,7 +4565,6 @@ void BaseBar::StartDrag(wxPoint point, DlgDragType TypeOfDrag) + // Message map - maintained by Class Wizard. + + BEGIN_EVENT_TABLE( BaseBar, wxWindow ) +-#pragma message( __LOCMSG__ "Removed BaseBar message map" ) + /* ON_WM_NCCALCSIZE() + ON_WM_NCPAINT() + ON_WM_NCACTIVATE() +@@ -4618,7 +4617,6 @@ END_EVENT_TABLE() + + static void PatB( wxDC &DC, INT32 x, INT32 y, INT32 dx, INT32 dy, wxColour &rgb ) + { +-#pragma message( __LOCMSG__ "PatB - do nothing" ) + TRACE( _T("Warning - PatB called") ); + /* RECT rect; + |