diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2010-08-26 11:07:28 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2010-08-26 11:07:28 +0000 |
commit | bdcd5e52500877c4cb94b40a31933caa0fe04043 (patch) | |
tree | 6aa8c49ea6dab0ad6934602e7f173f03eee2556f /deskutils/xpad | |
parent | 6f82378e8daee90cb611c1ce48792c851af82de6 (diff) | |
download | ports-bdcd5e52500877c4cb94b40a31933caa0fe04043.tar.gz ports-bdcd5e52500877c4cb94b40a31933caa0fe04043.zip |
Notes
Diffstat (limited to 'deskutils/xpad')
-rw-r--r-- | deskutils/xpad/Makefile | 2 | ||||
-rw-r--r-- | deskutils/xpad/files/patch-src-xpad-pad.c | 11 |
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, |