~siretart/lcd4linux/debian

« back to all changes in this revision

Viewing changes to widget_keypad.c

  • Committer: Reinhard Tartler
  • Date: 2011-04-27 17:28:49 UTC
  • mfrom: (0.1.1 upstream)
  • Revision ID: siretart@tauware.de-20110427172849-mj5cj5a0igpcc9fn
New upstream snapshot

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* $Id: widget_keypad.c 773 2007-02-25 12:39:09Z michael $
2
 
 * $URL: https://ssl.bulix.org/svn/lcd4linux/branches/0.10.1/widget_keypad.c $
 
1
/* $Id: widget_keypad.c 996 2009-03-23 17:22:24Z volker $
 
2
 * $URL: https://ssl.bulix.org/svn/lcd4linux/trunk/widget_keypad.c $
3
3
 *
4
4
 * keypad widget handling
5
5
 *
22
22
 *
23
23
 */
24
24
 
25
 
/* 
 
25
/*
26
26
 * exported functions:
27
27
 *
28
28
 * WIDGET_CLASS Widget_Keypad
103
103
 
104
104
    free(section);
105
105
    Self->data = keypad;
 
106
    Self->x2 = NOCOORD;
 
107
    Self->y2 = NOCOORD;
106
108
 
107
109
    return 0;
108
110
}