followup 579ec8b18e3dc8b6365bb8668fbd90a2d281935a

This commit is contained in:
Denis Rouzaud 2016-08-23 16:09:50 +02:00
parent 579ec8b18e
commit 50099ae7d4

View File

@ -68,22 +68,6 @@ const char *zoom_out[] =
};
const unsigned char pan_bits[] =
{
0xf0, 0x00, 0xf8, 0x01, 0x28, 0x07, 0x28, 0x05, 0x28, 0x1d, 0x28, 0x15,
0x2f, 0x15, 0x0d, 0x14, 0x09, 0x10, 0x03, 0x18, 0x06, 0x08, 0x04, 0x08,
0x0c, 0x0c, 0x18, 0x04, 0x30, 0x04, 0xe0, 0x07
};
const unsigned char pan_mask_bits[] =
{
0xf0, 0x00, 0xf8, 0x01, 0xf8, 0x07, 0xf8, 0x07, 0xf8, 0x1f, 0xf8, 0x1f,
0xff, 0x1f, 0xff, 0x1f, 0xff, 0x1f, 0xff, 0x1f, 0xfe, 0x0f, 0xfc, 0x0f,
0xfc, 0x0f, 0xf8, 0x07, 0xf0, 0x07, 0xe0, 0x07
};
const char *capture_point_cursor[] =
{
"16 16 3 1",