emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/src/frame.c
Date: Fri, 04 Apr 2003 01:23:50 -0500

Index: emacs/src/frame.c
diff -c emacs/src/frame.c:1.294 emacs/src/frame.c:1.295
*** emacs/src/frame.c:1.294     Mon Mar 31 16:00:47 2003
--- emacs/src/frame.c   Mon Mar 31 20:09:13 2003
***************
*** 2967,2977 ****
--- 2967,2980 ----
    store_in_alist (alistptr, Qdisplay,
                  XCAR (FRAME_X_DISPLAY_INFO (f)->name_list_element));
  
+ #ifndef HAVE_CARBON
+ /* A Mac Window is identified by a struct, not an integer.  */
    if (FRAME_X_OUTPUT (f)->parent_desc == FRAME_X_DISPLAY_INFO 
(f)->root_window)
      tem = Qnil;
    else
      XSETFASTINT (tem, FRAME_X_OUTPUT (f)->parent_desc);
    store_in_alist (alistptr, Qparent_id, tem);
+ #endif
  }
  
  




reply via email to

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