1
#! /bin/sh /usr/share/dpatch/dpatch-run
2
## moon_fix_gdk_pointer_size.dpatch by Jo Shields <directhex@apebox.org>
4
## All lines beginning with `## DP:' are a description of the patch.
5
## DP: Ensure that windowless.h loads glib.h, to ensure that
6
## DP: GLIB_SIZEOF_VOID_P is defined correctly on 64-bit platforms. This
7
## DP: fixes a crashing bug when viewing fullscreen Silverlight sites
10
diff -urNad moon-1.0.1~/plugin/windowless.h moon-1.0.1/plugin/windowless.h
11
--- moon-1.0.1~/plugin/windowless.h 2009-04-22 21:36:12.000000000 +0100
12
+++ moon-1.0.1/plugin/windowless.h 2009-04-22 21:36:56.000000000 +0100
14
#ifndef __MOON_WINDOWLESS__
15
#define __MOON_WINDOWLESS__
18
+#include "moonlight.h"