2007-06-07 Emmanuele Bassi <ebassi@openedhand.com>

* clutter/*: Move documentation from the templates into the
	source code.
This commit is contained in:
Emmanuele Bassi
2007-06-07 15:28:59 +00:00
parent 3c2defee9d
commit e30df678ae
37 changed files with 78 additions and 5265 deletions

View File

@ -32,6 +32,13 @@
#include "clutter-private.h"
#include "clutter-debug.h"
/**
* SECTION:clutter-event
* @short_description: User and window system events
*
* Windowing events handled by Clutter.
*/
/* multiple button click detection */
static guint32 button_click_time[2] = {0, 0};
static guint32 button_number[2] = {0, -1};