mirror of
https://github.com/brl/mutter.git
synced 2024-12-25 20:32:16 +00:00
gesture-tracker: Update documentation format
This commit is contained in:
parent
09610daea1
commit
9755f308e5
@ -1,12 +1,5 @@
|
|||||||
/* -*- mode: C; c-file-style: "gnu"; indent-tabs-mode: nil; -*- */
|
/* -*- mode: C; c-file-style: "gnu"; indent-tabs-mode: nil; -*- */
|
||||||
|
|
||||||
/**
|
|
||||||
* \file gesture-tracker-private.h Manages gestures on windows/desktop
|
|
||||||
*
|
|
||||||
* Forwards touch events to clutter actors, and accepts/rejects touch sequences
|
|
||||||
* based on the outcome of those.
|
|
||||||
*/
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Copyright (C) 2014 Red Hat
|
* Copyright (C) 2014 Red Hat
|
||||||
*
|
*
|
||||||
|
@ -19,6 +19,15 @@
|
|||||||
* Author: Carlos Garnacho <carlosg@gnome.org>
|
* Author: Carlos Garnacho <carlosg@gnome.org>
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
* SECTION:gesture-tracker
|
||||||
|
* @Title: MetaGestureTracker
|
||||||
|
* @Short_Description: Manages gestures on windows/desktop
|
||||||
|
*
|
||||||
|
* Forwards touch events to clutter actors, and accepts/rejects touch sequences
|
||||||
|
* based on the outcome of those.
|
||||||
|
*/
|
||||||
|
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
#include "gesture-tracker-private.h"
|
#include "gesture-tracker-private.h"
|
||||||
#include "meta-surface-actor.h"
|
#include "meta-surface-actor.h"
|
||||||
|
Loading…
Reference in New Issue
Block a user