~centralelyon2010/inkscape/imagelinks2

« back to all changes in this revision

Viewing changes to src/dialogs/eek-color-def.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 SEEN_EEK_COLOR_DEF_H
2
 
#define SEEN_EEK_COLOR_DEF_H
3
 
/* -*- Mode: C; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*-
4
 
 *
 
1
/** @file
 
2
 * @brief EEK color definition
5
3
 */
6
4
/* ***** BEGIN LICENSE BLOCK *****
7
5
 * Version: MPL 1.1/GPL 2.0/LGPL 2.1
39
37
 *
40
38
 * ***** END LICENSE BLOCK ***** */
41
39
 
 
40
#ifndef SEEN_EEK_COLOR_DEF_H
 
41
#define SEEN_EEK_COLOR_DEF_H
 
42
 
42
43
#include <string>
43
44
#include <vector>
44
45
 
87
88
 
88
89
} // namespace eek
89
90
 
90
 
 
91
91
#endif // SEEN_EEK_COLOR_DEF_H
 
92
 
 
93
/*
 
94
  Local Variables:
 
95
  mode:c++
 
96
  c-file-style:"stroustrup"
 
97
  c-file-offsets:((innamespace . 0)(inline-open . 0)(case-label . +))
 
98
  indent-tabs-mode:nil
 
99
  fill-column:99
 
100
  End:
 
101
*/
 
102
// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :