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

« back to all changes in this revision

Viewing changes to src/wayland/meta-wayland-inhibit-shortcuts-dialog.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
 * Copyright (C) 2017 Red Hat
 
3
 *
 
4
 * This program is free software; you can redistribute it and/or
 
5
 * modify it under the terms of the GNU General Public License as
 
6
 * published by the Free Software Foundation; either version 2 of the
 
7
 * License, or (at your option) any later version.
 
8
 *
 
9
 * This program is distributed in the hope that it will be useful, but
 
10
 * WITHOUT ANY WARRANTY; without even the implied warranty of
 
11
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 
12
 * General Public License for more details.
 
13
 *
 
14
 * You should have received a copy of the GNU General Public License
 
15
 * along with this program; if not, see <http://www.gnu.org/licenses/>.
 
16
 *
 
17
 */
 
18
 
 
19
#ifndef META_WAYLAND_INHIBIT_SHORTCUTS_DIALOG_H
 
20
#define META_WAYLAND_INHIBIT_SHORTCUTS_DIALOG_H
 
21
 
 
22
#include "meta-wayland-private.h"
 
23
 
 
24
void     meta_wayland_surface_show_inhibit_shortcuts_dialog (MetaWaylandSurface *surface,
 
25
                                                             MetaWaylandSeat    *seat);
 
26
 
 
27
void     meta_wayland_surface_cancel_inhibit_shortcuts_dialog (MetaWaylandSurface *surface);
 
28
 
 
29
void     meta_wayland_surface_inhibit_shortcuts_dialog_init (void);
 
30
 
 
31
#endif /* META_WAYLAND_INHIBIT_SHORTCUTS_DIALOG_H */