diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2012-02-19 08:06:57 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2012-02-19 08:06:57 +0000 |
commit | e8e364be02f466961c00cc5ac4d29afa441e7efa (patch) | |
tree | 10ebbdba1979826e8c270bab755d92742564e518 /x11-wm | |
parent | c43701fe881799735b12b7146fcbd225bd14098f (diff) |
Notes
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/etoile-azalea/files/patch-AZScreen.m | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/x11-wm/etoile-azalea/files/patch-AZScreen.m b/x11-wm/etoile-azalea/files/patch-AZScreen.m new file mode 100644 index 000000000000..288a1021ff8d --- /dev/null +++ b/x11-wm/etoile-azalea/files/patch-AZScreen.m @@ -0,0 +1,10 @@ +--- Services/Private/Azalea/AZScreen.m.orig 2007-08-03 16:45:08.000000000 +0200 ++++ Services/Private/Azalea/AZScreen.m 2012-02-19 07:55:19.000000000 +0100 +@@ -31,6 +31,7 @@ + #import "openbox.h" + #import "prop.h" + #import "config.h" ++#import "assert.h" + + #import <XWindowServerKit/XScreen.h> + |