summaryrefslogtreecommitdiffstats
path: root/src/model/selection_info_init.c (plain)
blob: aea2b07c5ce92a6309c98fdcdd6ec86898012d6b
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#include "selection_info_init.h"
#include <string.h>

void
selection_info_init (SELECTION_INFO * s)
{
  memset (s->set, 0, sizeof (bool) * ROWS);
  s->active = false;
  s->purpose = SET;
  s->x = 0;
  s->y = 0;

  return;
}

Valid XHTML 1.0 Strict

Copyright © 2009 Don Pellegrino All Rights Reserved.