Diff for /np2/x11/gtk2/dialog_screen.c between versions 1.4 and 1.5

version 1.4, 2010/12/23 06:32:35 version 1.5, 2011/01/15 16:01:52
Line 87  ok_button_clicked(GtkButton *b, gpointer Line 87  ok_button_clicked(GtkButton *b, gpointer
         BOOL renewal;          BOOL renewal;
         int i;          int i;
   
         UNUSED(b);  
   
         /* Video tab */          /* Video tab */
         video_lcd = GTK_TOGGLE_BUTTON(video_lcd_checkbutton)->active;          video_lcd = GTK_TOGGLE_BUTTON(video_lcd_checkbutton)->active;
         video_lcdrev = GTK_TOGGLE_BUTTON(video_lcd_reverse_checkbutton)->active;          video_lcdrev = GTK_TOGGLE_BUTTON(video_lcd_reverse_checkbutton)->active;
Line 173  static void Line 171  static void
 dialog_destroy(GtkWidget *w, GtkWidget **wp)  dialog_destroy(GtkWidget *w, GtkWidget **wp)
 {  {
   
         UNUSED(wp);  
   
         install_idle_process();          install_idle_process();
         gtk_widget_destroy(w);          gtk_widget_destroy(w);
 }  }
Line 190  static void Line 186  static void
 uPD72020_radiobutton_clicked(GtkButton *b, gpointer d)  uPD72020_radiobutton_clicked(GtkButton *b, gpointer d)
 {  {
   
         UNUSED(b);  
   
         chip_uPD72020 = (gint)d;          chip_uPD72020 = (gint)d;
 }  }
   
Line 199  static void Line 193  static void
 gc_radiobutton_clicked(GtkButton *b, gpointer d)  gc_radiobutton_clicked(GtkButton *b, gpointer d)
 {  {
   
         UNUSED(b);  
   
         chip_gc_kind = (gint)d;          chip_gc_kind = (gint)d;
 }  }
   

Removed from v.1.4  
changed lines
  Added in v.1.5


RetroPC.NET-CVS <cvs@retropc.net>