I guess I only have to modify one line to make DR800 GTK+ ported to iLiad. In "gdkwindow.c":
Quote:
sprintf(msg,"!I,%d,%d,%d,%d,%d,%d,%d,%d,%s,%d",
irex_pid,
x, y, width, height,
irex_dump_ignore,
irex_dump_is_window,
irex_dump_window_type,
irex_dump_widget_type,
irex_dump_focus);
|
to
sprintf(msg, "!0,1,0");