~ubuntu-branches/ubuntu/jaunty/gimp/jaunty-security

« back to all changes in this revision

Viewing changes to cursors/makefile.msc

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Holbach
  • Date: 2007-05-02 16:33:03 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20070502163303-bvzhjzbpw8qglc4y
Tags: 2.3.16-1ubuntu1
* Resynchronized with Debian, remaining Ubuntu changes:
  - debian/rules: i18n magic.
* debian/control.in:
  - Maintainer: Ubuntu Core Developers <ubuntu-devel@lists.ubuntu.com>
* debian/patches/02_help-message.patch,
  debian/patches/03_gimp.desktop.in.in.patch,
  debian/patches/10_dont_show_wizard.patch: updated.
* debian/patches/04_composite-signedness.patch,
  debian/patches/05_add-letter-spacing.patch: dropped, used upstream.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
CURSOR_LIST = \
2
2
        cursor_bad              cursor-bad.png \
3
3
        cursor_color_picker             cursor-color-picker.png \
 
4
        cursor_move             cursor-move.png \
 
5
        \
 
6
        cursor_corner_top_left cursor-corner-top-left.png \
 
7
        cursor_corner_top_right cursor-corner-top-right.png \
 
8
        cursor_corner_bottom_left cursor-corner-bottom-left.png \
 
9
        cursor_corner_bottom_right cursor-corner-bottom-right.png \
 
10
        cursor_side_top cursor-side-top.png \
 
11
        cursor_side_bottom cursor-side-bottom.png \
 
12
        cursor_side_left cursor-side-left.png \
 
13
        cursor_side_right cursor-side-right.png \
 
14
        \
4
15
        cursor_crosshair                cursor-crosshair.png \
5
16
        cursor_crosshair_small  cursor-crosshair-small.png \
6
17
        cursor_mouse            cursor-mouse.png \
9
20
        \
10
21
        modifier_anchor         modifier-anchor.png \
11
22
        modifier_background             modifier-background.png \
 
23
        modifier_bad            modifier-bad.png \
12
24
        modifier_control                modifier-control.png \
13
25
        modifier_foreground             modifier-foreground.png \
14
26
        modifier_intersect              modifier-intersect.png \
 
27
        modifier_join           modifier-join.png \
15
28
        modifier_minus          modifier-minus.png \
16
29
        modifier_move           modifier-move.png \
17
30
        modifier_pattern                modifier-pattern.png \
34
47
        tool_free_select                tool-free-select.png \
35
48
        tool_fuzzy_select               tool-fuzzy-select.png \
36
49
        tool_hand               tool-hand.png \
 
50
        tool_heal               tool-heal.png \
37
51
        tool_ink                tool-ink.png \
38
52
        tool_iscissors          tool-iscissors.png \
39
53
        tool_measure            tool-measure.png \
40
54
        tool_move               tool-move.png \
41
55
        tool_paintbrush         tool-paintbrush.png \
42
56
        tool_paths              tool-paths.png \
 
57
        tool_paths_anchor       tool-paths-anchor.png \
 
58
        tool_paths_control      tool-paths-control.png \
 
59
        tool_paths_segment      tool-paths-segment.png \
43
60
        tool_pencil             tool-pencil.png \
44
61
        tool_perspective                tool-perspective.png \
45
62
        tool_rect_select                tool-rect-select.png \