13
0

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
parent 73b27f2e9a
commit 4ad24b3a27
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);
}
{