summaryrefslogtreecommitdiffstats
path: root/office/xpad/patches
diff options
context:
space:
mode:
Diffstat (limited to 'office/xpad/patches')
-rw-r--r--office/xpad/patches/xpad-pad.patch11
-rw-r--r--office/xpad/patches/xpad-undo.patch10
2 files changed, 10 insertions, 11 deletions
diff --git a/office/xpad/patches/xpad-pad.patch b/office/xpad/patches/xpad-pad.patch
deleted file mode 100644
index 52e6c358c0..0000000000
--- a/office/xpad/patches/xpad-pad.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/xpad-pad.c 2009-05-11 03:44:09.000000000 +0200
-+++ src/xpad-pad.c 2010-04-09 14:36:50.000000000 +0200
-@@ -275,7 +275,7 @@
- "gravity", GDK_GRAVITY_STATIC, /* static gravity makes saving pad x,y work */
- "skip-pager-hint", !xpad_settings_get_has_decorations (xpad_settings ()),
- "skip-taskbar-hint", !xpad_settings_get_has_decorations (xpad_settings ()),
-- "type", GTK_WINDOW_TOPLEVEL,
-+ //"type", GTK_WINDOW_TOPLEVEL,
- "type-hint", GDK_WINDOW_TYPE_HINT_NORMAL,
- "window-position", GTK_WIN_POS_MOUSE,
- "child", vbox,
diff --git a/office/xpad/patches/xpad-undo.patch b/office/xpad/patches/xpad-undo.patch
new file mode 100644
index 0000000000..ba86325752
--- /dev/null
+++ b/office/xpad/patches/xpad-undo.patch
@@ -0,0 +1,10 @@
+--- src/xpad-undo.c 2012-11-16 11:07:43.889800762 -0500
++++ src/xpad-undo.c 2012-11-16 11:13:32.114998699 -0500
+@@ -23,7 +23,6 @@
+ #include "../config.h"
+ #include <stdlib.h>
+ #include <glib.h>
+-#include <glib/glist.h>
+ #include "xpad-undo.h"
+ #include "xpad-text-buffer.h"
+