summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_xpms
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2010-09-21 14:22:13 +0000
committerCarl Hetherington <carl@carlh.net>2010-09-21 14:22:13 +0000
commit3aa1f2147531de91f6a59fde7ba9501620fd4dda (patch)
treef7cf8d12a149559c74f6a55dd6c64679e9591857 /gtk2_ardour/editor_xpms
parenta017411dfab6d85fdbdcb9d4fd17a05f0ee2cc2a (diff)
Updating zoom mouse cursor on modifier press. Fixes #274.
git-svn-id: svn://localhost/ardour2/branches/3.0@7820 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/editor_xpms')
-rw-r--r--gtk2_ardour/editor_xpms15
1 files changed, 0 insertions, 15 deletions
diff --git a/gtk2_ardour/editor_xpms b/gtk2_ardour/editor_xpms
index 95a51a8213..cb4a044cfd 100644
--- a/gtk2_ardour/editor_xpms
+++ b/gtk2_ardour/editor_xpms
@@ -1,19 +1,4 @@
/* Created with The GIMP */
-#define mag_width 16
-#define mag_height 16
-#define mag_x_hot 9
-#define mag_y_hot 5
-static const gchar mag_bits[] = {
- 0x7f, 0xe0, 0x3f, 0xc0, 0x1f, 0x8f, 0x8f, 0x9f, 0xcf, 0x3f, 0xcf, 0x3f,
- 0xcf, 0x3f, 0xcf, 0x3f, 0x8f, 0x1f, 0x1f, 0x8f, 0x0f, 0xc0, 0x47, 0xe0,
- 0xe3, 0xff, 0xf1, 0xff, 0xf8, 0xff, 0xfc, 0xff };
-
-static const gchar magmask_bits[] = {
- 0x80, 0x1f, 0xc0, 0x3f, 0xe0, 0x70, 0x70, 0x66, 0x30, 0xc6, 0xb0, 0xdf,
- 0xb0, 0xdf, 0x30, 0xc6, 0x70, 0xe6, 0xe0, 0x70, 0xf0, 0x3f, 0xb8, 0x1f,
- 0x1c, 0x00, 0x0e, 0x00, 0x07, 0x00, 0x03, 0x00 };
-
-/* Created with The GIMP */
#define fader_cursor_width 25
#define fader_cursor_height 25
#define fader_cursor_x_hot 3