diff options
author | okan | 2012-05-13 15:17:13 +0000 |
---|---|---|
committer | okan | 2012-05-13 15:17:13 +0000 |
commit | c3c3502b6de9fecee3c432674128c3121bf83d34 (patch) | |
tree | 2a483ca349eafcb5b4584be16241e259f3785da2 /calmwm.h | |
parent | a7fdbbaff8e839b3c9097edf51908719e1d00ced (diff) | |
download | cwm-c3c3502b6de9fecee3c432674128c3121bf83d34.tar.gz |
altpersist->cycling to be more clear that this is for cycling mod
persistence; based on a diff from Alexander Polakov, in preparation for
looping through other potential cycling modifiers.
Diffstat (limited to 'calmwm.h')
-rw-r--r-- | calmwm.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -15,7 +15,7 @@ * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. * - * $OpenBSD: calmwm.h,v 1.142 2011/09/13 08:41:57 okan Exp $ + * $OpenBSD: calmwm.h,v 1.143 2012/05/13 15:17:13 okan Exp $ */ #ifndef _CALMWM_H_ @@ -202,7 +202,7 @@ struct screen_ctx { Window menuwin; struct color color[CWM_COLOR_MAX]; GC gc; - int altpersist; + int cycling; int xmax; int ymax; struct gap gap; |