frame-mtdev.h | frame-mtdev.h | |||
---|---|---|---|---|
/************************************************************************** *** | /************************************************************************** *** | |||
* | * | |||
* utouch-frame - Touch Frame Library | * utouch-frame - Touch Frame Library | |||
* | * | |||
* Copyright (C) 2010-2011 Canonical Ltd. | * Copyright (C) 2010-2012 Canonical Ltd. | |||
* | * | |||
* This program is free software: you can redistribute it and/or modify it | * This library is free software: you can redistribute it and/or modify it | |||
* under the terms of the GNU General Public License as published by the | * under the terms of the GNU Lesser General Public License version 3 | |||
* Free Software Foundation, either version 3 of the License, or (at your | * as published by the Free Software Foundation. | |||
* option) any later version. | ||||
* | * | |||
* This program is distributed in the hope that it will be useful, but | * This library is distributed in the hope that it will be useful, but | |||
* WITHOUT ANY WARRANTY; without even the implied warranty of | * WITHOUT ANY WARRANTY; without even the implied warranties of | |||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | * MERCHANTABILITY, SATISFACTORY QUALITY, or FITNESS FOR A PARTICULAR | |||
* General Public License for more details. | * PURPOSE. See the GNU Lesser General Public License for more details. | |||
* | * | |||
* You should have received a copy of the GNU General Public License along | * You should have received a copy of the GNU Lesser General Public License | |||
* with this program. If not, see <http://www.gnu.org/licenses/>. | * along with this library. If not, see <http://www.gnu.org/licenses/>. | |||
* | * | |||
************************************************************************** **/ | ************************************************************************** **/ | |||
#ifndef UTOUCH_FRAME_MTDEV_H | #ifndef UTOUCH_FRAME_MTDEV_H | |||
#define UTOUCH_FRAME_MTDEV_H | #define UTOUCH_FRAME_MTDEV_H | |||
#ifdef __cplusplus | #ifdef __cplusplus | |||
extern "C" { | extern "C" { | |||
#endif | #endif | |||
End of changes. 4 change blocks. | ||||
11 lines changed or deleted | 10 lines changed or added | |||
frame.h | frame.h | |||
---|---|---|---|---|
/************************************************************************** *** | /************************************************************************** *** | |||
* | * | |||
* utouch-frame - Touch Frame Library | * utouch-frame - Touch Frame Library | |||
* | * | |||
* Copyright (C) 2010-2011 Canonical Ltd. | * Copyright (C) 2010-2012 Canonical Ltd. | |||
* | * | |||
* This program is free software: you can redistribute it and/or modify it | * This library is free software: you can redistribute it and/or modify it | |||
* under the terms of the GNU General Public License as published by the | * under the terms of the GNU Lesser General Public License version 3 | |||
* Free Software Foundation, either version 3 of the License, or (at your | * as published by the Free Software Foundation. | |||
* option) any later version. | ||||
* | * | |||
* This program is distributed in the hope that it will be useful, but | * This library is distributed in the hope that it will be useful, but | |||
* WITHOUT ANY WARRANTY; without even the implied warranty of | * WITHOUT ANY WARRANTY; without even the implied warranties of | |||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | * MERCHANTABILITY, SATISFACTORY QUALITY, or FITNESS FOR A PARTICULAR | |||
* General Public License for more details. | * PURPOSE. See the GNU Lesser General Public License for more details. | |||
* | * | |||
* You should have received a copy of the GNU General Public License along | * You should have received a copy of the GNU Lesser General Public License | |||
* with this program. If not, see <http://www.gnu.org/licenses/>. | * along with this library. If not, see <http://www.gnu.org/licenses/>. | |||
* | * | |||
************************************************************************** **/ | ************************************************************************** **/ | |||
/** | /** | |||
* @file utouch/frame.h | * @file utouch/frame.h | |||
* Definitions of the main and platform-generic API | * Definitions of the main and platform-generic API | |||
*/ | */ | |||
#ifndef UTOUCH_FRAME_UTOUCH_FRAME_H_ | #ifndef UTOUCH_FRAME_UTOUCH_FRAME_H_ | |||
#define UTOUCH_FRAME_UTOUCH_FRAME_H_ | #define UTOUCH_FRAME_UTOUCH_FRAME_H_ | |||
End of changes. 4 change blocks. | ||||
11 lines changed or deleted | 10 lines changed or added | |||
frame_internal.h | frame_internal.h | |||
---|---|---|---|---|
/************************************************************************** *** | /************************************************************************** *** | |||
* | * | |||
* utouch-frame - Touch Frame Library | * utouch-frame - Touch Frame Library | |||
* | * | |||
* Copyright (C) 2010-2011 Canonical Ltd. | * Copyright (C) 2010-2012 Canonical Ltd. | |||
* | * | |||
* This program is free software: you can redistribute it and/or modify it | * This library is free software: you can redistribute it and/or modify it | |||
* under the terms of the GNU General Public License as published by the | * under the terms of the GNU Lesser General Public License version 3 | |||
* Free Software Foundation, either version 3 of the License, or (at your | * as published by the Free Software Foundation. | |||
* option) any later version. | ||||
* | * | |||
* This program is distributed in the hope that it will be useful, but | * This library is distributed in the hope that it will be useful, but | |||
* WITHOUT ANY WARRANTY; without even the implied warranty of | * WITHOUT ANY WARRANTY; without even the implied warranties of | |||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | * MERCHANTABILITY, SATISFACTORY QUALITY, or FITNESS FOR A PARTICULAR | |||
* General Public License for more details. | * PURPOSE. See the GNU Lesser General Public License for more details. | |||
* | * | |||
* You should have received a copy of the GNU General Public License along | * You should have received a copy of the GNU Lesser General Public License | |||
* with this program. If not, see <http://www.gnu.org/licenses/>. | * along with this library. If not, see <http://www.gnu.org/licenses/>. | |||
* | * | |||
************************************************************************** **/ | ************************************************************************** **/ | |||
#ifndef UTOUCH_FRAME_UTOUCH_FRAME_INTERNAL_H_ | #ifndef UTOUCH_FRAME_UTOUCH_FRAME_INTERNAL_H_ | |||
#define UTOUCH_FRAME_UTOUCH_FRAME_INTERNAL_H_ | #define UTOUCH_FRAME_UTOUCH_FRAME_INTERNAL_H_ | |||
#ifdef HAS_C_GENERIC_SELECTIONS | #ifdef HAS_C_GENERIC_SELECTIONS | |||
#include <stdint.h> | #include <stdint.h> | |||
End of changes. 4 change blocks. | ||||
11 lines changed or deleted | 10 lines changed or added | |||