aboutsummaryrefslogtreecommitdiffstats
path: root/framebuffer.h
diff options
context:
space:
mode:
authorDavid 'Digit' Turner <digit@android.com>2010-10-13 16:52:14 +0200
committerDavid 'Digit' Turner <digit@android.com>2010-10-13 16:52:14 +0200
commit73f31662e687ea96d579ce9dca45c640b930985f (patch)
tree8f1c7038d4dc4a42876509774bcccc9e6958036c /framebuffer.h
parent00fa926bdd4c7d169f1124b6029234dcc254bc1f (diff)
downloadexternal_qemu-73f31662e687ea96d579ce9dca45c640b930985f.zip
external_qemu-73f31662e687ea96d579ce9dca45c640b930985f.tar.gz
external_qemu-73f31662e687ea96d579ce9dca45c640b930985f.tar.bz2
emulator-ui: fix crash on exit
+ remove net_cleanup() call in qemu_main(). It is not needed since the corresponding function only deals with the virtual LAN management and was causing build issues on some machines. Change-Id: I63896b9886c59259f75025277601711b450b2c0d
Diffstat (limited to 'framebuffer.h')
-rw-r--r--framebuffer.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/framebuffer.h b/framebuffer.h
index 9e99d26..b8c4580 100644
--- a/framebuffer.h
+++ b/framebuffer.h
@@ -76,14 +76,14 @@ qframebuffer_init( QFrameBuffer* qfbuff,
int rotation,
QFrameBufferFormat format );
-/* recompute phys_width_mm and phys_height_mm according to the emulated
+/* recompute phys_width_mm and phys_height_mm according to the emulated
* screen DPI settings */
extern void
qframebuffer_set_dpi( QFrameBuffer* qfbuff,
int x_dpi,
int y_dpi );
-/* alternative to qframebuffer_set_dpi where one can set the physical
+/* alternative to qframebuffer_set_dpi where one can set the physical
* dimensions directly in millimeters. for the record 1 inch = 25.4 mm */
extern void
qframebuffer_set_mm( QFrameBuffer* qfbuff,
@@ -94,7 +94,7 @@ qframebuffer_set_mm( QFrameBuffer* qfbuff,
* rectangle of the framebuffer pixels was updated and needs to be
* redrawn.
*/
-typedef void (*QFrameBufferUpdateFunc)( void* opaque, int x, int y,
+typedef void (*QFrameBufferUpdateFunc)( void* opaque, int x, int y,
int w, int h );
/* the Client::Rotate method is called to instruct the client that a