1
0
mirror of https://github.com/gryf/wmaker.git synced 2025-12-19 20:38:08 +01:00

add an option to virtual desktop

This commit is contained in:
id
2001-04-18 22:08:34 +00:00
parent 4341224f6e
commit 829e9d30fe

View File

@@ -441,6 +441,9 @@ WDefaultEntry optionList[] = {
{"VirtualEdgeThickness", "1", NULL, {"VirtualEdgeThickness", "1", NULL,
&wPreferences.vedge_thickness, getInt, NULL &wPreferences.vedge_thickness, getInt, NULL
}, },
{"VirtualEdgeExtendSpace", "0", NULL,
&wPreferences.vedge_border, getInt, NULL
},
{"VirtualEdgeHorizonScrollSpeed", "1", NULL, {"VirtualEdgeHorizonScrollSpeed", "1", NULL,
&wPreferences.vedge_hscrollspeed, getInt, NULL &wPreferences.vedge_hscrollspeed, getInt, NULL
}, },