diff options
author | wiz <wiz@pkgsrc.org> | 2005-03-23 23:11:18 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2005-03-23 23:11:18 +0000 |
commit | ce143b32cc6b8b15277b1f43120c26d5babfabe7 (patch) | |
tree | 6193f5f76a8132f133d63d8b7469d3eedc75bd92 /x11/devilspie/patches | |
parent | e4bfc45c10c9dcce5d8830eb8736e8f7842d2841 (diff) | |
download | pkgsrc-ce143b32cc6b8b15277b1f43120c26d5babfabe7.tar.gz |
Add patch to make this compile with latest libwnck.
Thanks to jmmv@ for the tip what to change.
Diffstat (limited to 'x11/devilspie/patches')
-rw-r--r-- | x11/devilspie/patches/patch-aa | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/x11/devilspie/patches/patch-aa b/x11/devilspie/patches/patch-aa new file mode 100644 index 00000000000..1f0d2cd298b --- /dev/null +++ b/x11/devilspie/patches/patch-aa @@ -0,0 +1,13 @@ +$NetBSD: patch-aa,v 1.1 2005/03/23 23:11:18 wiz Exp $ + +--- src/devilspie-action-resize.c.orig 2005-01-23 19:47:37.000000000 +0100 ++++ src/devilspie-action-resize.c +@@ -342,7 +342,7 @@ ___1_devilspie_action_resize_run (Devils + if (a->minimized == TRI_TRUE) + wnck_window_minimize(window); + else if (a->minimized == TRI_FALSE) +- wnck_window_unminimize(window); ++ wnck_window_unminimize(window, 0); + /* Handle full screen */ + if (a->fullscreen != TRI_UNSET) { + g_print("fullscreen\n"); |