~ubuntu-branches/ubuntu/quantal/nvidia-settings-updates/quantal

« back to all changes in this revision

Viewing changes to src/gtk+-2.x/ctkconstants.h

  • Committer: Bazaar Package Importer
  • Author(s): Alberto Milone
  • Date: 2011-08-11 13:21:52 UTC
  • Revision ID: james.westby@ubuntu.com-20110811132152-xzu2r0334maugi2s
Tags: upstream-280.13
ImportĀ upstreamĀ versionĀ 280.13

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/*
 
2
 * nvidia-settings: A tool for configuring the NVIDIA X driver on Unix
 
3
 * and Linux systems.
 
4
 *
 
5
 * Copyright (C) 2004 NVIDIA Corporation.
 
6
 *
 
7
 * This program is free software; you can redistribute it and/or
 
8
 * modify it under the terms of Version 2 of the GNU General Public
 
9
 * License as published by the Free Software Foundation.
 
10
 *
 
11
 * This program is distributed in the hope that it will be useful, but
 
12
 * WITHOUT ANY WARRANTY; without even the implied warranty of
 
13
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See Version 2
 
14
 * of the GNU General Public License for more details.
 
15
 *
 
16
 * You should have received a copy of the GNU General Public License
 
17
 * along with this program; if not, write to the:
 
18
 *
 
19
 *           Free Software Foundation, Inc.
 
20
 *           59 Temple Place - Suite 330
 
21
 *           Boston, MA 02111-1307, USA
 
22
 *
 
23
 */
 
24
 
 
25
/*
 
26
 * constants used through out the nvidia-settings gtk+ gui
 
27
 */
 
28
 
 
29
#ifndef __CTK_CONSTANTS_H__
 
30
#define __CTK_CONSTANTS_H__
 
31
 
 
32
#define CTK_WINDOW_PAD 7
 
33
 
 
34
#endif /* __CTK_CONSTANTS_H__ */