/[emacs]/emacs/src/xfns.c
ViewVC logotype

Diff of /emacs/src/xfns.c

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

revision 1.612 by jhd, Thu Aug 19 17:31:37 2004 UTC revision 1.613 by jhd, Tue Aug 24 10:54:39 2004 UTC
# Line 281  x_window_to_frame (dpyinfo, wdesc) Line 281  x_window_to_frame (dpyinfo, wdesc)
281    Lisp_Object tail, frame;    Lisp_Object tail, frame;
282    struct frame *f;    struct frame *f;
283    
284      if (wdesc == None) return 0;
285    
286    for (tail = Vframe_list; GC_CONSP (tail); tail = XCDR (tail))    for (tail = Vframe_list; GC_CONSP (tail); tail = XCDR (tail))
287      {      {
288        frame = XCAR (tail);        frame = XCAR (tail);
# Line 330  x_any_window_to_frame (dpyinfo, wdesc) Line 332  x_any_window_to_frame (dpyinfo, wdesc)
332    struct frame *f, *found;    struct frame *f, *found;
333    struct x_output *x;    struct x_output *x;
334    
335      if (wdesc == None) return NULL;
336    
337    found = NULL;    found = NULL;
338    for (tail = Vframe_list; GC_CONSP (tail) && !found; tail = XCDR (tail))    for (tail = Vframe_list; GC_CONSP (tail) && !found; tail = XCDR (tail))
339      {      {
# Line 384  x_non_menubar_window_to_frame (dpyinfo, Line 388  x_non_menubar_window_to_frame (dpyinfo,
388    struct frame *f;    struct frame *f;
389    struct x_output *x;    struct x_output *x;
390    
391      if (wdesc == None) return 0;
392    
393    for (tail = Vframe_list; GC_CONSP (tail); tail = XCDR (tail))    for (tail = Vframe_list; GC_CONSP (tail); tail = XCDR (tail))
394      {      {
395        frame = XCAR (tail);        frame = XCAR (tail);
# Line 430  x_menubar_window_to_frame (dpyinfo, wdes Line 436  x_menubar_window_to_frame (dpyinfo, wdes
436    struct frame *f;    struct frame *f;
437    struct x_output *x;    struct x_output *x;
438    
439      if (wdesc == None) return 0;
440    
441    for (tail = Vframe_list; GC_CONSP (tail); tail = XCDR (tail))    for (tail = Vframe_list; GC_CONSP (tail); tail = XCDR (tail))
442      {      {
443        frame = XCAR (tail);        frame = XCAR (tail);
# Line 475  x_top_window_to_frame (dpyinfo, wdesc) Line 483  x_top_window_to_frame (dpyinfo, wdesc)
483    struct frame *f;    struct frame *f;
484    struct x_output *x;    struct x_output *x;
485    
486      if (wdesc == None) return 0;
487    
488    for (tail = Vframe_list; GC_CONSP (tail); tail = XCDR (tail))    for (tail = Vframe_list; GC_CONSP (tail); tail = XCDR (tail))
489      {      {
490        frame = XCAR (tail);        frame = XCAR (tail);

Legend:
Removed from v.1.612  
changed lines
  Added in v.1.613

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26