summaryrefslogtreecommitdiffstats
path: root/x11-wm
diff options
context:
space:
mode:
authorgusi <gusi@df743ca5-7f9a-e211-a948-0013205c9059>2014-04-27 21:06:30 +0800
committergusi <gusi@df743ca5-7f9a-e211-a948-0013205c9059>2014-04-27 21:06:30 +0800
commitbf0178ad91288b0b466b17416ee006eb8ef36bb5 (patch)
treecbaa601edd2cae053432f50ba50ef515fe0c5dd0 /x11-wm
parent4de97cad6905f5177a0e15b83788284ebd581cbf (diff)
downloadmarcuscom-ports-bf0178ad91288b0b466b17416ee006eb8ef36bb5.tar
marcuscom-ports-bf0178ad91288b0b466b17416ee006eb8ef36bb5.tar.gz
marcuscom-ports-bf0178ad91288b0b466b17416ee006eb8ef36bb5.tar.bz2
marcuscom-ports-bf0178ad91288b0b466b17416ee006eb8ef36bb5.tar.lz
marcuscom-ports-bf0178ad91288b0b466b17416ee006eb8ef36bb5.tar.xz
marcuscom-ports-bf0178ad91288b0b466b17416ee006eb8ef36bb5.tar.zst
marcuscom-ports-bf0178ad91288b0b466b17416ee006eb8ef36bb5.zip
Remove an unneeded patch for x11-wm/muffin (I thought it was gone).
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@19586 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11-wm')
-rw-r--r--x11-wm/muffin/files/patch-src_meta_prefs.h19
1 files changed, 0 insertions, 19 deletions
diff --git a/x11-wm/muffin/files/patch-src_meta_prefs.h b/x11-wm/muffin/files/patch-src_meta_prefs.h
deleted file mode 100644
index 60eca494a..000000000
--- a/x11-wm/muffin/files/patch-src_meta_prefs.h
+++ /dev/null
@@ -1,19 +0,0 @@
---- src/meta/prefs.h.orig 2014-03-31 10:09:49.951591487 +0000
-+++ src/meta/prefs.h 2014-03-31 10:10:29.806588931 +0000
-@@ -310,13 +310,13 @@
- */
- GSList *bindings;
-
-- /** for keybindings that can have shift or not like Alt+Tab */
-+ /* for keybindings that can have shift or not like Alt+Tab */
- gboolean add_shift:1;
-
-- /** for keybindings that apply only to a window */
-+ /* for keybindings that apply only to a window */
- gboolean per_window:1;
-
-- /** for keybindings not added with meta_display_add_keybinding() */
-+ /* for keybindings not added with meta_display_add_keybinding() */
- gboolean builtin:1;
- } MetaKeyPref;
-