blob: 43073b930781e34e5eee4d16a27314f2d1ac37fb [file] [log] [blame]
/*
* Copyright (c) 2011 The Chromium OS Authors. All rights reserved.
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
#ifndef _PROPERTIES_H_
#define _PROPERTIES_H_
#include <gestures/gestures.h>
#include <xf86.h>
#include <xf86Xinput.h>
typedef struct {
int area_left;
int area_right;
int area_top;
int area_bottom;
int res_y;
int res_x;
} CmtProperties, *CmtPropertiesPtr;
int PropertiesInit(DeviceIntPtr);
void PropertiesClose(DeviceIntPtr);
extern GesturesPropProvider prop_provider;
#endif