Revert "frankenstein'ed fade+trim cursors"

This reverts commit 3b717da783.
This commit is contained in:
Robin Gareus 2014-06-05 18:53:40 +02:00 committed by Paul Davis
parent d921599e2d
commit b1b9bc8a3e
3 changed files with 4 additions and 4 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 942 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 971 B

View file

@ -115,13 +115,13 @@ MouseCursors::MouseCursors ()
}
{
RefPtr<Pixbuf> p (::get_icon ("fade_in_trim_cursor"));
fade_trim_in = new Cursor (Display::get_default(), p, 0, 35);
RefPtr<Pixbuf> p (::get_icon ("fade_in_cursor"));
fade_trim_in = new Cursor (Display::get_default(), p, 0, 0);
}
{
RefPtr<Pixbuf> p (::get_icon ("fade_out_trim_cursor"));
fade_trim_out = new Cursor (Display::get_default(), p, 35, 35);
RefPtr<Pixbuf> p (::get_icon ("fade_out_cursor"));
fade_trim_out = new Cursor (Display::get_default(), p, 29, 0);
}
{