aboutsummaryrefslogtreecommitdiff
path: root/src/Screen.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/Screen.hh')
-rw-r--r--src/Screen.hh5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/Screen.hh b/src/Screen.hh
index 87a7e90..e0d2398 100644
--- a/src/Screen.hh
+++ b/src/Screen.hh
@@ -22,7 +22,7 @@
22// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 22// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
23// DEALINGS IN THE SOFTWARE. 23// DEALINGS IN THE SOFTWARE.
24 24
25// $Id: Screen.hh,v 1.76 2003/04/15 12:14:13 fluxgen Exp $ 25// $Id: Screen.hh,v 1.77 2003/04/16 00:36:09 fluxgen Exp $
26 26
27#ifndef SCREEN_HH 27#ifndef SCREEN_HH
28#define SCREEN_HH 28#define SCREEN_HH
@@ -89,6 +89,7 @@ public:
89 inline bool isWorkspaceWarping() const { return *resource.workspace_warping; } 89 inline bool isWorkspaceWarping() const { return *resource.workspace_warping; }
90 inline bool isDesktopWheeling() const { return *resource.desktop_wheeling; } 90 inline bool isDesktopWheeling() const { return *resource.desktop_wheeling; }
91 inline bool doAutoRaise() const { return *resource.auto_raise; } 91 inline bool doAutoRaise() const { return *resource.auto_raise; }
92 inline bool clickRaises() const { return *resource.click_raises; }
92 inline bool doImageDither() const { return *resource.image_dither; } 93 inline bool doImageDither() const { return *resource.image_dither; }
93 inline bool doMaxOverSlit() const { return *resource.max_over_slit; } 94 inline bool doMaxOverSlit() const { return *resource.max_over_slit; }
94 inline bool doOpaqueMove() const { return *resource.opaque_move; } 95 inline bool doOpaqueMove() const { return *resource.opaque_move; }
@@ -397,7 +398,7 @@ private:
397 sloppy_window_grouping, workspace_warping, 398 sloppy_window_grouping, workspace_warping,
398 desktop_wheeling, show_window_pos, 399 desktop_wheeling, show_window_pos,
399 focus_last, focus_new, 400 focus_last, focus_new,
400 antialias, auto_raise; 401 antialias, auto_raise, click_raises;
401 Resource<std::string> rootcommand; 402 Resource<std::string> rootcommand;
402 Resource<Fluxbox::FocusModel> focus_model; 403 Resource<Fluxbox::FocusModel> focus_model;
403 bool ordered_dither; 404 bool ordered_dither;