~ctwm/ctwm/trunk

« back to all changes in this revision

Viewing changes to functions.c

  • Committer: Matthew Fuller
  • Date: 2016-08-11 10:07:06 UTC
  • mto: This revision was merged to the branch mainline in revision 512.
  • Revision ID: fullermd@over-yonder.net-20160811100706-d2600nudzi1irh6i
makeĀ indent

Show diffs side-by-side

added added

removed removed

Lines of Context:
3109
3109
                cwins = calloc(tmp->cmaps.number_cwins, sizeof(ColormapWindow *));
3110
3110
                if(cwins) {
3111
3111
                        if((previously_installed = (Scr->cmapInfo.cmaps == &tmp->cmaps &&
3112
 
                                                                tmp->cmaps.number_cwins))) {
 
3112
                                                    tmp->cmaps.number_cwins))) {
3113
3113
                                for(i = tmp->cmaps.number_cwins; i-- > 0;) {
3114
3114
                                        tmp->cmaps.cwins[i]->colormap->state = 0;
3115
3115
                                }