aboutsummaryrefslogtreecommitdiff
path: root/deskutils/xpad
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2010-08-26 11:07:28 +0000
committerPav Lucistnik <pav@FreeBSD.org>2010-08-26 11:07:28 +0000
commitbdcd5e52500877c4cb94b40a31933caa0fe04043 (patch)
tree6aa8c49ea6dab0ad6934602e7f173f03eee2556f /deskutils/xpad
parent6f82378e8daee90cb611c1ce48792c851af82de6 (diff)
downloadports-bdcd5e52500877c4cb94b40a31933caa0fe04043.tar.gz
ports-bdcd5e52500877c4cb94b40a31933caa0fe04043.zip
Notes
Diffstat (limited to 'deskutils/xpad')
-rw-r--r--deskutils/xpad/Makefile2
-rw-r--r--deskutils/xpad/files/patch-src-xpad-pad.c11
2 files changed, 12 insertions, 1 deletions
diff --git a/deskutils/xpad/Makefile b/deskutils/xpad/Makefile
index 32b8b47a99ca..e17e112f74e2 100644
--- a/deskutils/xpad/Makefile
+++ b/deskutils/xpad/Makefile
@@ -7,7 +7,7 @@
PORTNAME= xpad
PORTVERSION= 3.1
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= deskutils
MASTER_SITES= http://launchpad.net/xpad/stable/${PORTVERSION}/+download/
diff --git a/deskutils/xpad/files/patch-src-xpad-pad.c b/deskutils/xpad/files/patch-src-xpad-pad.c
new file mode 100644
index 000000000000..90d9923f9d63
--- /dev/null
+++ b/deskutils/xpad/files/patch-src-xpad-pad.c
@@ -0,0 +1,11 @@
+--- src/xpad-pad.c.orig 2010-06-05 15:18:08.000000000 +0200
++++ src/xpad-pad.c 2010-06-05 15:18:28.000000000 +0200
+@@ -274,7 +274,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,