if (currentState.isNeedToUpdateDisplay() == true) {
currentState.setNeedToUpdateDisplay(false);
- if (skin.communicator.isSensorDaemonStarted() == true) {
- /* Let's do one more update for sdl display surface
- while skipping of framebuffer drawing */
- DisplayStateData lcdStateData = new DisplayStateData(
- currentState.getCurrentScale(), currentState.getCurrentRotationId());
- skin.communicator.sendToQEMU(
- SendCommand.CHANGE_LCD_STATE, lcdStateData, false);
- }
+// if (skin.communicator.isSensorDaemonStarted() == true) {
+// /* Let's do one more update for sdl display surface
+// while skipping of framebuffer drawing */
+// DisplayStateData lcdStateData = new DisplayStateData(
+// currentState.getCurrentScale(), currentState.getCurrentRotationId());
+// skin.communicator.sendToQEMU(
+// SendCommand.CHANGE_LCD_STATE, lcdStateData, false);
+// }
}
/* general shell does not support native transparency,
lcdCanvas.setBounds(currentState.getDisplayBounds());
}
- if (skin.communicator.isSensorDaemonStarted() == true) {
- /* Let's do one more update for sdl display surface
- while skipping of framebuffer drawing */
- DisplayStateData lcdStateData = new DisplayStateData(
- currentState.getCurrentScale(), currentState.getCurrentRotationId());
- skin.communicator.sendToQEMU(
- SendCommand.CHANGE_LCD_STATE, lcdStateData, false);
- }
+// if (skin.communicator.isSensorDaemonStarted() == true) {
+// /* Let's do one more update for sdl display surface
+// while skipping of framebuffer drawing */
+// DisplayStateData lcdStateData = new DisplayStateData(
+// currentState.getCurrentScale(), currentState.getCurrentRotationId());
+// skin.communicator.sendToQEMU(
+// SendCommand.CHANGE_LCD_STATE, lcdStateData, false);
+// }
}
/* general shell does not support native transparency,