From f4091faacfcfb3a02f1c01108e78335873ff3eeb Mon Sep 17 00:00:00 2001 From: Neil Hodgson Date: Mon, 11 Nov 2013 23:34:19 +1100 Subject: Add @2x images for cursors and info bar to match retina displays. From Mike Lischke. --- cocoa/res/info_bar_bg@2x.png | Bin 0 -> 2921 bytes cocoa/res/mac_cursor_busy.png | Bin 1191 -> 5292 bytes cocoa/res/mac_cursor_busy@2x.png | Bin 0 -> 8950 bytes cocoa/res/mac_cursor_flipped.png | Bin 446 -> 4506 bytes cocoa/res/mac_cursor_flipped@2x.png | Bin 0 -> 5779 bytes 5 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 cocoa/res/info_bar_bg@2x.png create mode 100644 cocoa/res/mac_cursor_busy@2x.png create mode 100644 cocoa/res/mac_cursor_flipped@2x.png (limited to 'cocoa/res') diff --git a/cocoa/res/info_bar_bg@2x.png b/cocoa/res/info_bar_bg@2x.png new file mode 100644 index 000000000..486646a8e Binary files /dev/null and b/cocoa/res/info_bar_bg@2x.png differ diff --git a/cocoa/res/mac_cursor_busy.png b/cocoa/res/mac_cursor_busy.png index 9ac82769e..93b2a496b 100644 Binary files a/cocoa/res/mac_cursor_busy.png and b/cocoa/res/mac_cursor_busy.png differ diff --git a/cocoa/res/mac_cursor_busy@2x.png b/cocoa/res/mac_cursor_busy@2x.png new file mode 100644 index 000000000..7a0e12e83 Binary files /dev/null and b/cocoa/res/mac_cursor_busy@2x.png differ diff --git a/cocoa/res/mac_cursor_flipped.png b/cocoa/res/mac_cursor_flipped.png index 2c984f248..e1ee68631 100644 Binary files a/cocoa/res/mac_cursor_flipped.png and b/cocoa/res/mac_cursor_flipped.png differ diff --git a/cocoa/res/mac_cursor_flipped@2x.png b/cocoa/res/mac_cursor_flipped@2x.png new file mode 100644 index 000000000..6fedb33d8 Binary files /dev/null and b/cocoa/res/mac_cursor_flipped@2x.png differ -- cgit v1.2.3