diff options
author | Matt Corallo <matt@bluematt.me> | 2011-07-03 14:41:09 +0200 |
---|---|---|
committer | Matt Corallo <matt@bluematt.me> | 2011-07-05 00:59:00 +0200 |
commit | fa105b1d3a055e076a78674b96d0e9b859dfe5b2 (patch) | |
tree | c8000f5a16fe60154c4143c66a6aab3d3f0740b5 /contrib/wx-patches/toplevel.h.diff | |
parent | d547a4433217061ef4791cfb4cdbab8cd8606074 (diff) |
Added a couple minor things to match newer build process.
This adds the relevent patches which are applied to wx,
and updates for cross compiling.
Diffstat (limited to 'contrib/wx-patches/toplevel.h.diff')
-rw-r--r-- | contrib/wx-patches/toplevel.h.diff | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/contrib/wx-patches/toplevel.h.diff b/contrib/wx-patches/toplevel.h.diff new file mode 100644 index 0000000000..c2718d4637 --- /dev/null +++ b/contrib/wx-patches/toplevel.h.diff @@ -0,0 +1,9 @@ +--- /wxWidgets/trunk/include/wx/gtk/toplevel.h (revision 65373)
++++ /wxWidgets/trunk/include/wx/gtk/toplevel.h (revision 67496)
+@@ -114,4 +114,6 @@
+ // wxUSER_ATTENTION_ERROR difference, -2 for no hint, -1 for ERROR hint, rest for GtkTimeout handle.
+ int m_urgency_hint;
++ // timer for detecting WM with broken _NET_REQUEST_FRAME_EXTENTS handling
++ unsigned m_netFrameExtentsTimerId;
+
+ // return the size of the window without WM decorations
|