emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/src/w32fns.c
Date: Thu, 28 Jul 2005 05:46:21 -0400

Index: emacs/src/w32fns.c
diff -c emacs/src/w32fns.c:1.254 emacs/src/w32fns.c:1.255
*** emacs/src/w32fns.c:1.254    Tue Jul 19 08:54:45 2005
--- emacs/src/w32fns.c  Thu Jul 28 09:46:21 2005
***************
*** 395,404 ****
  }
  
  
- BOOL my_show_window P_ ((struct frame *, HWND, int));
- void my_set_window_pos P_ ((HWND, HWND, int, int, int, int, UINT));
  static Lisp_Object unwind_create_frame P_ ((Lisp_Object));
  static Lisp_Object unwind_create_tip_frame P_ ((Lisp_Object));
  
  /* TODO: Native Input Method support; see x_create_im.  */
  void x_set_foreground_color P_ ((struct frame *, Lisp_Object, Lisp_Object));
--- 395,404 ----
  }
  
  
  static Lisp_Object unwind_create_frame P_ ((Lisp_Object));
  static Lisp_Object unwind_create_tip_frame P_ ((Lisp_Object));
+ static void my_create_window P_ ((struct frame *));
+ static void my_create_tip_window P_ ((struct frame *));
  
  /* TODO: Native Input Method support; see x_create_im.  */
  void x_set_foreground_color P_ ((struct frame *, Lisp_Object, Lisp_Object));
***************
*** 3847,3853 ****
    return 0;
  }
  
! void
  my_create_window (f)
       struct frame * f;
  {
--- 3847,3853 ----
    return 0;
  }
  
! static void
  my_create_window (f)
       struct frame * f;
  {
***************
*** 3863,3869 ****
     indirectly via the Window thread, as we do not need to process Window
     messages for the tooltip.  Creating tooltips indirectly also creates
     deadlocks when tooltips are created for menu items.  */
! void
  my_create_tip_window (f)
       struct frame *f;
  {
--- 3863,3869 ----
     indirectly via the Window thread, as we do not need to process Window
     messages for the tooltip.  Creating tooltips indirectly also creates
     deadlocks when tooltips are created for menu items.  */
! static void
  my_create_tip_window (f)
       struct frame *f;
  {




reply via email to

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