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

Diff of /emacs/src/w32fns.c

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

revision 1.250 by jasonr, Sun Jun 12 19:22:40 2005 UTC revision 1.251 by lektu, Thu Jun 23 16:17:04 2005 UTC
# Line 329  check_x_frame (frame) Line 329  check_x_frame (frame)
329    CHECK_LIVE_FRAME (frame);    CHECK_LIVE_FRAME (frame);
330    f = XFRAME (frame);    f = XFRAME (frame);
331    if (! FRAME_W32_P (f))    if (! FRAME_W32_P (f))
332      error ("non-w32 frame used");      error ("Non-W32 frame used");
333    return f;    return f;
334  }  }
335    
# Line 359  check_x_display_info (frame) Line 359  check_x_display_info (frame)
359        CHECK_LIVE_FRAME (frame);        CHECK_LIVE_FRAME (frame);
360        f = XFRAME (frame);        f = XFRAME (frame);
361        if (! FRAME_W32_P (f))        if (! FRAME_W32_P (f))
362          error ("non-w32 frame used");          error ("Non-W32 frame used");
363        return FRAME_W32_DISPLAY_INFO (f);        return FRAME_W32_DISPLAY_INFO (f);
364      }      }
365  }  }
# Line 7771  typedef struct Line 7771  typedef struct
7771    DWORD FlagsEx;    DWORD FlagsEx;
7772  } NEWOPENFILENAME;  } NEWOPENFILENAME;
7773    
7774        
7775  DEFUN ("x-file-dialog", Fx_file_dialog, Sx_file_dialog, 2, 5, 0,  DEFUN ("x-file-dialog", Fx_file_dialog, Sx_file_dialog, 2, 5, 0,
7776         doc: /* Read file name, prompting with PROMPT in directory DIR.         doc: /* Read file name, prompting with PROMPT in directory DIR.
7777  Use a file selection dialog.  Use a file selection dialog.
# Line 7823  If ONLY-DIR-P is non-nil, the user can o Line 7823  If ONLY-DIR-P is non-nil, the user can o
7823      NEWOPENFILENAME new_file_details;      NEWOPENFILENAME new_file_details;
7824      BOOL file_opened = FALSE;      BOOL file_opened = FALSE;
7825      OPENFILENAME * file_details = &new_file_details.real_details;      OPENFILENAME * file_details = &new_file_details.real_details;
7826      
7827      /* Prevent redisplay.  */      /* Prevent redisplay.  */
7828      specbind (Qinhibit_redisplay, Qt);      specbind (Qinhibit_redisplay, Qt);
7829      BLOCK_INPUT;      BLOCK_INPUT;

Legend:
Removed from v.1.250  
changed lines
  Added in v.1.251

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