~benklop/+junk/lcdproc

« back to all changes in this revision

Viewing changes to server/menuscreens.h

  • Committer: Bazaar Package Importer
  • Author(s): Jeremy Yoder (Launchpad)
  • Date: 2009-10-11 18:21:07 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20091011182107-twnkyhv1f63lzq3o
Tags: 0.5.3-0ubuntu1
* New upstream version 0.5.3 (LP: #432669)
* Merge source patches from 0.5.2-3 
  - LCDd.conf: Change driver path
  - clients/lcdproc/machine_Linux.c: Change ifdef
* Add clients/examples/lcdident.pl to debian files 
* Updated debian/rules:
  - Cleaned up whitespace
  - Changed config.guess/config.sub lines 
* Added a delay to server/drivers/imonlcd.c for slower models
* Added dependency on autotools-dev to fix launchpad build issue 

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/*
2
 
 * menuscreens.h
3
 
 * This file is part of LCDd, the lcdproc server.
 
1
/** \file server/menuscreens.h
 
2
 * Creates all menuscreens, menus and handles the keypresses for the
 
3
 * menuscreens.
 
4
 */
 
5
 
 
6
/* This file is part of LCDd, the lcdproc server.
4
7
 *
5
 
 * This file is released under the GNU General Public License. Refer to the
6
 
 * COPYING file distributed with this package.
 
8
 * This file is released under the GNU General Public License.
 
9
 * Refer to the COPYING file distributed with this package.
7
10
 *
8
11
 * Copyright (c) 1999, William Ferrell, Scott Scriven
9
12
 *               2003, Joris Robijn
10
 
 *
11
 
 *
12
 
 * Creates all menuscreens, menus and handles the keypresses for the
13
 
 * menuscreens.
14
13
 */
15
14
 
16
15
#ifndef MENUSCREENS_H