Diff of /trunk/src/html.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 12 by harbaum, Fri Jun 26 20:07:33 2009 UTC revision 17 by harbaum, Mon Jun 29 08:24:41 2009 UTC
# Line 347  void html_copy_to_clipboard(appdata_t *a Line 347  void html_copy_to_clipboard(appdata_t *a
347  }  }
348  #endif  #endif
349    
 /* panning a gtkhtml view currently doesn't work well */  
 #define PANNABLE_HTML  
   
350  #ifdef PANNABLE_HTML  #ifdef PANNABLE_HTML
351  /* eat the button events */  /* eat the button events */
352  static gboolean on_button_press(GtkWidget *widget, GdkEventButton *event,  static gboolean on_button_press(GtkWidget *widget, GdkEventButton *event,

Legend:
Removed from v.12  
changed lines
  Added in v.17