switch (orientacion) {
case 0:
image.set(PACKAGE_DATA_DIR"/plaqui-client/pixmaps/exclusa_h.png");
+ in_x = 32;
+ in_y = 0;
+ out_x = 32;
+ out_y = 32;
+ offset_x = 0;
+ offset_y = 0;
+ item_offset_x = 0;
+ item_offset_y = -15;
break;
case 1:
image.set(PACKAGE_DATA_DIR"/plaqui-client/pixmaps/exclusa_s.png");
+ in_x = 32;
+ in_y = 32;
+ out_x = 0;
+ out_y = 32;
+ offset_x = 0;
+ offset_y = 0;
+ item_offset_x = 0;
+ item_offset_y = 15;
}
m_or = orientacion;
image.show();