set 'starting' flag for desk show in e_zone_desk_count_set()
authorMike Blumenkrantz <zmike@osg.samsung.com>
Fri, 11 Sep 2015 16:57:15 +0000 (12:57 -0400)
committerMike Blumenkrantz <zmike@osg.samsung.com>
Fri, 11 Sep 2015 16:57:15 +0000 (12:57 -0400)
commit3ba247dafd0ff2b478a96dd6fc0846c23800a3ea
tree2293ee731b94641968d8c8116e500ab18cf71640
parentcfdd8a47efc9a4d41a1e1178b6a9452b89dd00c1
set 'starting' flag for desk show in e_zone_desk_count_set()

as a result of earlier changes which prevented recursive desk flips,
e_desk_show() now rejects some desk show calls which are invalid such as
a show where the "current" desk does not have the visible flag set. this
behavior is overridden in the case of startup, which is functionally the
same effect as changing the desk count

fix T2717
src/bin/e_zone.c