xwd.h
上传用户:rrhhcc
上传日期:2015-12-11
资源大小:54129k
文件大小:1k
源码类别:

通讯编程

开发平台:

Visual C++

  1. /*
  2.  * xwd.h
  3.  * Copyright (C) 1997 by USC/ISI
  4.  * $Id: xwd.h,v 1.3 2003/10/11 22:56:51 xuanc Exp $
  5.  *
  6.  * Copyright (c) 1997 University of Southern California.
  7.  * All rights reserved.                                            
  8.  *                                                                
  9.  * Redistribution and use in source and binary forms are permitted
  10.  * provided that the above copyright notice and this paragraph are
  11.  * duplicated in all such forms and that any documentation, advertising
  12.  * materials, and other materials related to such distribution and use
  13.  * acknowledge that the software was developed by the University of
  14.  * Southern California, Information Sciences Institute.  The name of the
  15.  * University may not be used to endorse or promote products derived from
  16.  * this software without specific prior written permission.
  17.  * 
  18.  * THIS SOFTWARE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR IMPLIED
  19.  * WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF
  20.  * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
  21.  * 
  22.  */
  23. #ifndef _xwd_h
  24. #define _xwd_h
  25. extern "C" {
  26. int
  27. xwd_Window_Dump_To_File(
  28. Tk_Window tk,
  29. Drawable offscreen,
  30. unsigned width, unsigned height,
  31. const char *name);
  32. }
  33. #endif /* _xwd_h */