diff options
author | Andre Pang <athp@users.sourceforge.net> | 2004-06-23 02:25:42 +0000 |
---|---|---|
committer | Andre Pang <athp@users.sourceforge.net> | 2004-06-23 02:25:42 +0000 |
commit | 4c255e49e88d9e4e7510fc9c3e1d950e2ca96839 (patch) | |
tree | d52c2a471c170178d56c5d5632a427f30b8fd4e8 /src | |
parent | 6425ba2985e7aebf08ab127458c9925e0dbe2c86 (diff) | |
download | xine-lib-4c255e49e88d9e4e7510fc9c3e1d950e2ca96839.tar.gz xine-lib-4c255e49e88d9e4e7510fc9c3e1d950e2ca96839.tar.bz2 |
src/video_out/macosx/video_window.m should export XineViewDidResizeNotification
as a global symbol, since end-applications which use xine-lib need to access
this data. (e.g. grep for 'Notification' in
/System/Library/Frameworks/WebKit.framework/Headers/ to see how this works).
CVS patchset: 6737
CVS date: 2004/06/23 02:25:42
Diffstat (limited to 'src')
-rw-r--r-- | src/video_out/macosx/video_window.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/video_out/macosx/video_window.m b/src/video_out/macosx/video_window.m index 5ebdc3a84..3b579907e 100644 --- a/src/video_out/macosx/video_window.m +++ b/src/video_out/macosx/video_window.m @@ -29,7 +29,7 @@ #import "video_window.h" -static NSString *XineViewDidResizeNotification = @"XineViewDidResizeNotification"; +NSString *XineViewDidResizeNotification = @"XineViewDidResizeNotification"; #define DEFAULT_VIDEO_WINDOW_SIZE (NSMakeSize(320, 200)) |