View Single Post
Old 03-13-2010, 05:30 AM   #7
ericshliao
Guru
ericshliao will become famous soon enoughericshliao will become famous soon enoughericshliao will become famous soon enoughericshliao will become famous soon enoughericshliao will become famous soon enoughericshliao will become famous soon enough
 
Posts: 976
Karma: 687
Join Date: Nov 2007
Device: Dell X51v; iLiad v2
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");
ericshliao is offline   Reply With Quote