emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/gtkutil.c


From: Jan Djärv
Subject: [Emacs-diffs] Changes to emacs/src/gtkutil.c
Date: Tue, 18 Mar 2003 17:09:06 -0500

Index: emacs/src/gtkutil.c
diff -c emacs/src/gtkutil.c:1.21 emacs/src/gtkutil.c:1.22
*** emacs/src/gtkutil.c:1.21    Mon Mar 17 18:17:32 2003
--- emacs/src/gtkutil.c Tue Mar 18 17:09:06 2003
***************
*** 293,303 ****
  xg_frame_cleared (f)
       FRAME_PTR f;
  {
!   GtkWidget *wfixed = f->output_data.x->edit_widget;
  
!   if (wfixed)
      {
!       gtk_container_set_reallocate_redraws (GTK_CONTAINER (wfixed), TRUE);
        gdk_window_process_all_updates ();
      }
  }
--- 293,306 ----
  xg_frame_cleared (f)
       FRAME_PTR f;
  {
!   GtkWidget *w = f->output_data.x->widget;
  
!   if (w)
      {
!       gtk_container_set_reallocate_redraws (GTK_CONTAINER (w), TRUE);
!       gtk_container_foreach (GTK_CONTAINER (w),
!                              (GtkCallback) gtk_widget_queue_draw,
!                              0);
        gdk_window_process_all_updates ();
      }
  }




reply via email to

[Prev in Thread] Current Thread [Next in Thread]