~ubuntu-branches/ubuntu/trusty/blam/trusty

« back to all changes in this revision

Viewing changes to debian/patches/egg-sharp.patch

  • Committer: Bazaar Package Importer
  • Author(s): Sebastian Dröge
  • Date: 2006-03-14 14:57:31 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20060314145731-8ksmc4mhwzk3bn1j
Tags: 1.8.2+cvs20060124-0ubuntu1
* New CVS snapshot
* egg-sharp.diff:
  + Fix the TrayIcon breakage by replacing it with generic TrayIcon
    implementation used by banshee, beagle, etc
* firefox.diff:
  + Fix build with firefox 1.5
    (Closes: Malone #4839, #5354, #5876, #32758, #34368, #34581)
* gtk-sharp2.diff:
  + Build with Gtk#2

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
--- src/egg-sharp.cs.old        2005-09-09 16:34:17.868674272 +0200
2
 
+++ src/egg-sharp.cs    2005-09-09 16:34:31.025674104 +0200
3
 
@@ -168,7 +168,7 @@
4
 
        [StructLayout(LayoutKind.Sequential)]
5
 
        internal struct XClientMessageEvent {
6
 
                internal XEventName     type;
7
 
-               internal int            serial;
8
 
+               internal IntPtr         serial;
9
 
                internal bool           send_event;
10
 
                internal IntPtr         display;
11
 
                internal IntPtr         window;