Deleted Added
sdiff udiff text old ( 9330:4a3269a11230 ) new ( 9394:e88cf95d33d3 )
full compact
1/*
2 * Copyright (c) 2010 ARM Limited
3 * All rights reserved
4 *
5 * The license below extends only to copyright in the software and shall
6 * not be construed as granting a license to any other intellectual
7 * property including but not limited to intellectual property relating
8 * to a hardware implementation of the functionality of the software

--- 213 unchanged lines hidden (view full) ---

222 InterruptReg clcdCrsrIcr;
223
224 /** Cursor raw interrupt status register - const */
225 InterruptReg clcdCrsrRis;
226
227 /** Cursor masked interrupt status register - const */
228 InterruptReg clcdCrsrMis;
229
230 /** VNC server */
231 VncInput *vnc;
232
233 /** Helper to write out bitmaps */
234 Bitmap *bmp;
235
236 /** Picture of what the current frame buffer looks like */
237 std::ostream *pic;

--- 90 unchanged lines hidden ---