~ubuntu-branches/ubuntu/saucy/radare/saucy

« back to all changes in this revision

Viewing changes to vala/widget.c

  • Committer: Bazaar Package Importer
  • Author(s): Sebastian Reichel
  • Date: 2009-05-22 19:01:00 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20090522190100-qqp4aja112976t5v
Tags: 20090522-1
* new hg checkout
 - added 'cX' command to compare like 'cc' does but using two side hexdiff dump format
 - specify pointer & data size in pm with %<size>
 - add graph.weight
 - fix 'c' command (missing radare_read(0))
 - added /P search command that searchs for proximity in bytelevel distance
 - added more 'ag' and 'gu' commands to readline autocompletion.
 - fix build of debugger for non-linux systems
 - fixed code analysis at startup
 - more work in graphs (graph.split)
 - fixups in x86 code analysis

Show diffs side-by-side

added added

removed removed

Lines of Context:
1448
1448
#line 527 "widget.vala"
1449
1449
        g_return_if_fail (self != NULL);
1450
1450
#line 1451 "widget.c"
1451
 
        ctx = gdk_cairo_create ((GdkDrawable*) gtk_widget_get_window ((GtkWidget*) self->da));
 
1451
#define gtk_widget_get_window(x) x->window
 
1452
        ctx = gdk_cairo_create ((GdkDrawable*) gtk_widget_get_window (GTK_WIDGET(self->da)));
1452
1453
#line 530 "widget.vala"
1453
1454
        cairo_save (ctx);
1454
1455
#line 531 "widget.vala"