tiling: rename side-by-side tiling to edge tiling

Currently, the new tiling feature, supports side-by-side, horizontal
tiling when dragging windows to one of the vertical edges of a monitor.

Other types of tiling (on other monitor edges) are potentially useful,
though.

This commit renames the preference from side_by_side_tiling to
edge_tiling.

https://bugzilla.gnome.org/show_bug.cgi?id=630548
This commit is contained in:
Ray Strode
2010-09-24 14:28:12 -04:00
parent 1986b20499
commit 0d27c9600f
3 changed files with 11 additions and 11 deletions

View File

@ -7799,7 +7799,7 @@ update_move (MetaWindow *window,
shake_threshold = meta_ui_get_drag_threshold (window->screen->ui) *
DRAG_THRESHOLD_TO_SHAKE_THRESHOLD_FACTOR;
if (meta_prefs_get_side_by_side_tiling () &&
if (meta_prefs_get_edge_tiling () &&
meta_window_can_tile (window))
{
const MetaMonitorInfo *monitor;