[vlc-devel] commit: Changes to header missing in previous commit ( Felix Paul Kühne )
git version control
git at videolan.org
Thu Dec 17 20:32:14 CET 2009
vlc | branch: 1.0-bugfix | Felix Paul Kühne <fkuehne at videolan.org> | Thu Dec 17 20:32:10 2009 +0100| [cdeabf2470398110cae81e569aa8e6f7592ec7a5] | committer: Felix Paul Kühne
Changes to header missing in previous commit
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=cdeabf2470398110cae81e569aa8e6f7592ec7a5
---
modules/gui/macosx/AppleRemote.h | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/modules/gui/macosx/AppleRemote.h b/modules/gui/macosx/AppleRemote.h
index 8a34b95..7e9c84c 100644
--- a/modules/gui/macosx/AppleRemote.h
+++ b/modules/gui/macosx/AppleRemote.h
@@ -73,7 +73,9 @@ enum AppleRemoteEventIdentifier
kRemoteButtonPlay_Sleep =1<<10,
kRemoteControl_Switched =1<<11,
kRemoteButtonVolume_Plus_Hold =1<<12,
- kRemoteButtonVolume_Minus_Hold =1<<13
+ kRemoteButtonVolume_Minus_Hold =1<<13,
+ k2009RemoteButtonPlay =1<<14,
+ k2009RemoteButtonMiddlePlay =1<<15
};
typedef enum AppleRemoteEventIdentifier AppleRemoteEventIdentifier;
More information about the vlc-devel
mailing list