diff options
author | Daniel P. Berrange | 2013-02-25 16:20:42 +0100 |
---|---|---|
committer | Anthony Liguori | 2013-02-26 20:29:53 +0100 |
commit | fe43bca85b269314b007cd9b2eecc4a52aa73dde (patch) | |
tree | 4f66ac33502c7328fdf493d72c9ed80ee2b3c305 /ui/cursor.c | |
parent | Conditionalize use of gtk_widget_size_request (diff) | |
download | qemu-fe43bca85b269314b007cd9b2eecc4a52aa73dde.tar.gz qemu-fe43bca85b269314b007cd9b2eecc4a52aa73dde.tar.xz qemu-fe43bca85b269314b007cd9b2eecc4a52aa73dde.zip |
Replace expose-event handler with draw handler in GTK3
In GTK3 the 'expose-event' signal has been replaced by a new
'draw' signal. The only difference is that the latter will
pre-create the cairo drawing context & set the clip mask.
Since the drawing code is already structured in a nice way,
we can just wire up the 'gd_draw_event' method to the 'draw'
signal in GTK3
Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
Message-id: 1361805646-6425-10-git-send-email-berrange@redhat.com
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Diffstat (limited to 'ui/cursor.c')
0 files changed, 0 insertions, 0 deletions