aboutsummaryrefslogtreecommitdiff
path: root/packages/patches
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2010-12-15 17:50:33 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2010-12-15 17:50:33 +0000
commita28d1417657c999073ca10a8eb6bc49b8b5d4fec (patch)
tree0b053c707efe3bb8886c44fdebd4761636897e78 /packages/patches
parentaa62c0433eb2f3de2b51931122f30c438ee45b46 (diff)
included in 0.43 in a different form
svn path=/trunk/; revision=14644
Diffstat (limited to 'packages/patches')
-rw-r--r--packages/patches/proxy_icon_and_modified_state-0.41.4.patch20
1 files changed, 0 insertions, 20 deletions
diff --git a/packages/patches/proxy_icon_and_modified_state-0.41.4.patch b/packages/patches/proxy_icon_and_modified_state-0.41.4.patch
deleted file mode 100644
index 1ee7bb41..00000000
--- a/packages/patches/proxy_icon_and_modified_state-0.41.4.patch
+++ /dev/null
@@ -1,20 +0,0 @@
-Index: g_canvas.c
-===================================================================
---- g_canvas.c (revision 9721)
-+++ g_canvas.c (working copy)
-@@ -598,9 +598,15 @@
- strcat(namebuf, ")");
- }
- else namebuf[0] = 0;
-+#ifdef __APPLE__
-+ sys_vgui("wm attributes .x%lx -modified %d -titlepath {%s/%s}\n",
-+ x, x->gl_dirty, canvas_getdir(x)->s_name, x->gl_name->s_name);
-+ sys_vgui("wm title .x%lx {%s%s}\n", x, x->gl_name->s_name, namebuf);
-+#else
- sys_vgui("wm title .x%lx {%s%c%s - %s}\n",
- x, x->gl_name->s_name, (x->gl_dirty? '*' : ' '), namebuf,
- canvas_getdir(x)->s_name);
-+#endif
- }
-
- void canvas_dirty(t_canvas *x, t_int n)