off! shhh!

SVN revision: 49565
This commit is contained in:
Carsten Haitzler 2010-06-08 08:05:30 +00:00
parent d186808783
commit d36320a7de
1 changed files with 1 additions and 1 deletions

View File

@ -297,7 +297,7 @@ void _ecore_x_input_handler(XEvent* xevent);
void _ecore_mouse_move(unsigned int timestamp, unsigned int xmodifiers, int x, int y, int x_root, int y_root, unsigned int event_window, unsigned int window, unsigned int root_win, int same_screen, int dev, double radx, double rady, double pressure, double angle, double mx, double my, double mrx, double mry);
Ecore_Event_Mouse_Button *_ecore_mouse_button(int event, unsigned int timestamp, unsigned int xmodifiers, unsigned int buttons, int x, int y, int x_root, int y_root, unsigned int event_window, unsigned int window, unsigned int root_win, int same_screen, int dev, double radx, double rady, double pressure, double angle, double mx, double my, double mrx, double mry);
#define LOGFNS 1
//#define LOGFNS 1
#ifdef LOGFNS
#include <stdio.h>