summaryrefslogtreecommitdiff
path: root/office/xpad/patches
diff options
context:
space:
mode:
authorHoward Pepper <h_pepper at bellsouth {dot} net>2011-09-05 21:53:04 -0400
committerRobby Workman <rworkman@slackbuilds.org>2011-09-05 23:03:07 -0500
commitccf944d24355f857c1beade34daae6b8094fd77c (patch)
tree4dd8b5de498ff620f83f02f69e80f928273bf772 /office/xpad/patches
parent3593802184f4f5f733a97b40ed6e2e90c13d1fcf (diff)
downloadslackbuilds-ccf944d24355f857c1beade34daae6b8094fd77c.tar.gz
office/xpad: Updated for version 4.0.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'office/xpad/patches')
-rw-r--r--office/xpad/patches/xpad-pad.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/office/xpad/patches/xpad-pad.patch b/office/xpad/patches/xpad-pad.patch
new file mode 100644
index 0000000000..52e6c358c0
--- /dev/null
+++ b/office/xpad/patches/xpad-pad.patch
@@ -0,0 +1,11 @@
+--- 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,