aboutsummaryrefslogtreecommitdiff
path: root/src/Screen.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/Screen.hh')
-rw-r--r--src/Screen.hh2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Screen.hh b/src/Screen.hh
index 983aa81..1aeac91 100644
--- a/src/Screen.hh
+++ b/src/Screen.hh
@@ -232,6 +232,8 @@ public:
232 232
233 int getEdgeSnapThreshold() const { return *resource.edge_snap_threshold; } 233 int getEdgeSnapThreshold() const { return *resource.edge_snap_threshold; }
234 234
235 int getEdgeResizeSnapThreshold() const { return *resource.edge_resize_snap_threshold; }
236
235 void setRootColormapInstalled(bool r) { root_colormap_installed = r; } 237 void setRootColormapInstalled(bool r) { root_colormap_installed = r; }
236 238
237 void saveTabPlacement(FbWinFrame::TabPlacement place) { *resource.tab_placement = place; } 239 void saveTabPlacement(FbWinFrame::TabPlacement place) { *resource.tab_placement = place; }