~muktupavels/metacity/lp1403583

« back to all changes in this revision

Viewing changes to src/core/keybindings.h

  • Committer: Package Import Robot
  • Author(s): Dmitry Shachnev
  • Date: 2014-11-18 18:13:01 UTC
  • mfrom: (2.3.7 vivid-proposed)
  • Revision ID: package-import@ubuntu.com-20141118181301-omfi79vghwycfal2
Tags: 1:3.14.2-0ubuntu1
* Merge with Debian unstable, remaining changes:
  - 05_raise_on_click_for_click_mode.patch:
    Force raise on click option.
  - 22_fix_above_tab_switching.patch:
    For Above_Tab, don't compare keysym (fixes group switching).
  - debian/metacity-common.links:
    Show keybindings in Unity control center.
  - Use Ubuntu Desktop team Vcs fields.
* Drop all other patches, they were needed only for Unity 2D.
* New upstream bugfix release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
 * the one to close a window.  It also deals with incoming key events.
8
8
 */
9
9
 
10
 
/* 
 
10
/*
11
11
 * Copyright (C) 2001 Havoc Pennington
12
 
 * 
 
12
 *
13
13
 * This program is free software; you can redistribute it and/or
14
14
 * modify it under the terms of the GNU General Public License as
15
15
 * published by the Free Software Foundation; either version 2 of the
19
19
 * WITHOUT ANY WARRANTY; without even the implied warranty of
20
20
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
21
21
 * General Public License for more details.
22
 
 * 
 
22
 *
23
23
 * You should have received a copy of the GNU General Public License
24
24
 * along with this program; if not, see <http://www.gnu.org/licenses/>.
25
25
 */
36
36
void     meta_screen_ungrab_keys            (MetaScreen  *screen);
37
37
gboolean meta_screen_grab_all_keys          (MetaScreen  *screen,
38
38
                                             guint32      timestamp);
39
 
void     meta_screen_ungrab_all_keys        (MetaScreen  *screen, 
 
39
void     meta_screen_ungrab_all_keys        (MetaScreen  *screen,
40
40
                                             guint32      timestamp);
41
41
void     meta_window_grab_keys              (MetaWindow  *window);
42
42
void     meta_window_ungrab_keys            (MetaWindow  *window);