13
0

frankenstein'ed fade+trim cursors

This commit is contained in:
Robin Gareus 2014-05-31 16:07:38 +02:00
parent 6894b1c7de
commit 3b717da783
3 changed files with 4 additions and 4 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 942 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 971 B

View File

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