summaryrefslogtreecommitdiffstats
path: root/src/model/state/zoom_info_init.c (plain)
blob: 662c5758578992aec2b40431cc3c74928fcbaa34
1
2
3
4
5
6
7
8
9
10
11
12
13
#include "zoom_info_init.h"

void
zoom_info_init (ZOOM_INFO * z)
{
  z->active = false;
  z->coords[0] = 0.0;
  z->coords[1] = 0.0;
  z->coords[2] = 0.0;
  z->coords[3] = 0.0;

  return;
}

Valid XHTML 1.0 Strict

Copyright © 2009 Don Pellegrino All Rights Reserved.