summaryrefslogtreecommitdiff
path: root/apple_remote/inc/HIDRemoteControlDevice.h
diff options
context:
space:
mode:
authorBjoern Michaelsen <bjoern.michaelsen@canonical.com>2011-08-23 15:16:26 +0200
committerBjoern Michaelsen <bjoern.michaelsen@canonical.com>2011-08-23 15:16:26 +0200
commitd8105fa865dba32c56b7d813ab03d8a55b70f17e (patch)
treeea486550a8885efba851759a6cc91cebe5e082c5 /apple_remote/inc/HIDRemoteControlDevice.h
parente9b361d0304adb9f5c06649fee7fb8183d8a4859 (diff)
recreated tag libreoffice-3.3.3.1 which had these commits:
commit 409e4c7d568deb2a0ee670a4345ff579712d3225 (tag: refs/tags/libreoffice-3.3.3.1) Author: Petr Mladek <pmladek@suse.cz> Date: Tue May 31 17:39:06 2011 +0200 Version 3.3.3.1, tag libreoffice-3.3.3.1 (3.3.3-rc1) commit 896c49083aec918b0710f9c62f2f775a53f28057 Author: Caolán McNamara <caolanm@redhat.com> Date: Wed Feb 9 14:55:17 2011 +0000 Resolves: rhbz#675806 crash in es thesaurus (cherry picked from commit b788f9fc846c0f47d02df02ac6733c0ac21a13c6) mythes/makefile.mk | 6 ++++-- mythes/mythes-1.2.1-rhbz675806.patch | 10 ++++++++++ 2 files changed, 14 insertions(+), 2 deletions(-)
Notes
Notes: split repo tag: libs-extern_libreoffice-3.3.3.1 split repo tag: libs-extern_libreoffice-3.3.4.1
Diffstat (limited to 'apple_remote/inc/HIDRemoteControlDevice.h')
-rw-r--r--apple_remote/inc/HIDRemoteControlDevice.h18
1 files changed, 9 insertions, 9 deletions
diff --git a/apple_remote/inc/HIDRemoteControlDevice.h b/apple_remote/inc/HIDRemoteControlDevice.h
index 622441fce83c..06e6d6ea5331 100644
--- a/apple_remote/inc/HIDRemoteControlDevice.h
+++ b/apple_remote/inc/HIDRemoteControlDevice.h
@@ -2,13 +2,13 @@
* HIDRemoteControlDevice.h
* RemoteControlWrapper
*
- * Created by Martin Kahr on 11.03.06 under a MIT-style license.
+ * Created by Martin Kahr on 11.03.06 under a MIT-style license.
* Copyright (c) 2006 martinkahr.com. All rights reserved.
*
- * Code modified and adapted to OpenOffice.org
+ * Code modified and adapted to OpenOffice.org
* by Eric Bachard on 11.08.2008 under the same license
*
- * Permission is hereby granted, free of charge, to any person obtaining a
+ * Permission is hereby granted, free of charge, to any person obtaining a
* copy of this software and associated documentation files (the "Software"),
* to deal in the Software without restriction, including without limitation
* the rights to use, copy, modify, merge, publish, distribute, sublicense,
@@ -20,7 +20,7 @@
*
* THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
- * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
+ * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
* THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
@@ -39,14 +39,14 @@
@interface HIDRemoteControlDevice : RemoteControl {
IOHIDDeviceInterface** hidDeviceInterface; // see IOKit/hid/IOHIDLib.h
IOHIDQueueInterface** queue; // IOKit/hid/IOHIDLib.h
- NSMutableArray* allCookies;
+ NSMutableArray* allCookies;
NSMutableDictionary* cookieToButtonMapping;
- CFRunLoopSourceRef eventSource;
-
+ CFRunLoopSourceRef eventSource;
+
BOOL fixSecureEventInputBug;
BOOL openInExclusiveMode;
- BOOL processesBacklog;
-
+ BOOL processesBacklog;
+
int supportedButtonEvents;
}