~centralelyon2010/inkscape/imagelinks2

« back to all changes in this revision

Viewing changes to src/dialogs/input.h

  • Committer: Ted Gould
  • Date: 2008-11-21 05:24:08 UTC
  • Revision ID: ted@canonical.com-20081121052408-tilucis2pjrrpzxx
MergeĀ fromĀ fe-moved

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#ifndef __SP_INPUT_H__
2
 
#define __SP_INPUT_H__
3
 
 
4
 
/**
5
 
 * \brief  Extended input device dialog
6
 
 *
7
 
 * Author:
 
1
/** @file
 
2
 * @brief  Extended input device dialog
 
3
 */
 
4
/* Author:
8
5
 *   Nicklas Lindgren <nili@lysator.liu.se>
9
6
 *
10
7
 * Copyright (C) 2005 Authors
12
9
 * Released under GNU GPL, read the file 'COPYING' for more information
13
10
 */
14
11
 
 
12
#ifndef SEEN_DIALOGS_INPUT_H
 
13
#define SEEN_DIALOGS_INPUT_H
15
14
 
16
15
void sp_input_load_from_preferences (void);
17
16
void sp_input_save_to_preferences (void);