~ubuntu-branches/ubuntu/natty/xfwm4/natty

« back to all changes in this revision

Viewing changes to src/settings.h

  • Committer: Bazaar Package Importer
  • Author(s): Lionel Le Folgoc
  • Date: 2011-01-03 20:47:16 UTC
  • mfrom: (1.1.28 upstream)
  • Revision ID: james.westby@ubuntu.com-20110103204716-xfjjslpyp1rwyc02
Tags: 4.7.4-0ubuntu1
New upstream development release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
 
18
18
 
19
19
        oroborus - (c) 2001 Ken Lynch
20
 
        xfwm4    - (c) 2002-2009 Olivier Fourdan
 
20
        xfwm4    - (c) 2002-2010 Olivier Fourdan
21
21
 
22
22
 */
23
23
 
133
133
 
134
134
enum
135
135
{
136
 
    DBL_CLICK_ACTION_NONE,
137
 
    DBL_CLICK_ACTION_MAXIMIZE,
138
 
    DBL_CLICK_ACTION_SHADE,
139
 
    DBL_CLICK_ACTION_FILL,
140
 
    DBL_CLICK_ACTION_HIDE
 
136
    DOUBLE_CLICK_ACTION_NONE,
 
137
    DOUBLE_CLICK_ACTION_MAXIMIZE,
 
138
    DOUBLE_CLICK_ACTION_SHADE,
 
139
    DOUBLE_CLICK_ACTION_FILL,
 
140
    DOUBLE_CLICK_ACTION_HIDE
141
141
};
142
142
 
143
143
enum
204
204
    gboolean focus_hint;
205
205
    gboolean focus_new;
206
206
    gboolean full_width_title;
 
207
    gboolean mousewheel_rollup;
207
208
    gboolean prevent_focus_stealing;
208
209
    gboolean raise_on_click;
209
210
    gboolean raise_on_focus;