diff options
author | dinoex <dinoex@FreeBSD.org> | 2007-05-25 12:41:14 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2007-05-25 12:41:14 +0800 |
commit | 12cd5689771793f66f9d9a61a56722c5d4c25176 (patch) | |
tree | c19912667b37fc47c5022ff5f05c9b78f4276835 /multimedia | |
parent | 65a88c7afe5f503ec32b75ef878ace2d57263cd8 (diff) | |
download | freebsd-ports-graphics-12cd5689771793f66f9d9a61a56722c5d4c25176.tar.gz freebsd-ports-graphics-12cd5689771793f66f9d9a61a56722c5d4c25176.tar.zst freebsd-ports-graphics-12cd5689771793f66f9d9a61a56722c5d4c25176.zip |
- add missing includes
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/gnustep-mplayer/files/patch-ScrubbingBar.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/multimedia/gnustep-mplayer/files/patch-ScrubbingBar.h b/multimedia/gnustep-mplayer/files/patch-ScrubbingBar.h new file mode 100644 index 00000000000..bd547ade503 --- /dev/null +++ b/multimedia/gnustep-mplayer/files/patch-ScrubbingBar.h @@ -0,0 +1,11 @@ +--- Classes/ScrubbingBar.h.orig Tue Feb 22 17:07:54 2005 ++++ Classes/ScrubbingBar.h Tue May 1 19:42:53 2007 +@@ -22,7 +22,7 @@ + // info dictionary key + // @"SBClickedValue" NSNumber double + +-#if MAC_OS_X_VERSION_MAX_ALLOWED >= MAC_OS_X_VERSION_10_2 ++#if 1 + typedef enum _NSScrubbingBarStyle { + NSScrubbingBarEmptyStyle = 0, + NSScrubbingBarProgressStyle = 1, |