~elementary-os/elementaryos/os-patch-mutter-bionic

« back to all changes in this revision

Viewing changes to src/wayland/meta-wayland-surface-role-tablet-cursor.h

  • Committer: RabbitBot
  • Date: 2018-04-11 14:49:36 UTC
  • Revision ID: rabbitbot@elementary.io-20180411144936-hgymqa9d8d1xfpbh
Initial import, version 3.28.0-2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/*
 
2
 * Wayland Support
 
3
 *
 
4
 * Copyright (C) 2016 Red Hat, Inc.
 
5
 *
 
6
 * This program is free software; you can redistribute it and/or
 
7
 * modify it under the terms of the GNU General Public License as
 
8
 * published by the Free Software Foundation; either version 2 of the
 
9
 * License, or (at your option) any later version.
 
10
 *
 
11
 * This program is distributed in the hope that it will be useful, but
 
12
 * WITHOUT ANY WARRANTY; without even the implied warranty of
 
13
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 
14
 * General Public License for more details.
 
15
 *
 
16
 * You should have received a copy of the GNU General Public License
 
17
 * along with this program; if not, write to the Free Software
 
18
 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
 
19
 * 02111-1307, USA.
 
20
 */
 
21
 
 
22
#ifndef META_WAYLAND_SURFACE_ROLE_TABLET_CURSOR_H
 
23
#define META_WAYLAND_SURFACE_ROLE_TABLET_CURSOR_H
 
24
 
 
25
#include "meta-wayland-surface-role-cursor.h"
 
26
 
 
27
#define META_TYPE_WAYLAND_SURFACE_ROLE_TABLET_CURSOR (meta_wayland_surface_role_tablet_cursor_get_type ())
 
28
G_DECLARE_FINAL_TYPE (MetaWaylandSurfaceRoleTabletCursor,
 
29
                      meta_wayland_surface_role_tablet_cursor,
 
30
                      META, WAYLAND_SURFACE_ROLE_TABLET_CURSOR,
 
31
                      MetaWaylandSurfaceRoleCursor);
 
32
 
 
33
#endif /* META_WAYLAND_SURFACE_ROLE_TABLET_CURSOR_H */