Main Page   Namespace List   Class Hierarchy   Compound List   File List   Compound Members   File Members  

target_ximage.h

Go to the documentation of this file.
00001 /*
00002         $Id: target_ximage.h,v 1.1 2001/03/06 15:09:17 mbn Exp $
00003 
00004         ------------------------------------------------------------------------
00005         ClanLib, the platform independent game SDK.
00006 
00007         This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
00008         version 2. See COPYING for details.
00009 
00010         For a total list of contributers see CREDITS.
00011 
00012         ------------------------------------------------------------------------
00013 */
00014 
00015 #ifndef header_target_ximage
00016 #define header_target_ximage
00017 
00018 #ifdef USE_X11
00019 
00020 #include <X11/Xlib.h>
00021 #include <X11/Xutil.h>
00022 
00023 #include "API/Display/Display/target.h"
00024 
00025 class CL_Target_XImage : public CL_Target
00026 {
00027 public:
00028         virtual void put_image(int x, int y, Drawable win, GC gc)=0;
00029         virtual void put_image(int x, int y, const class CL_Rect &rect, Drawable win, GC gc)=0;
00030 };
00031 
00032 #endif /*USE_X11*/
00033 
00034 #endif

Generated at Wed Apr 4 19:54:04 2001 for ClanLib by doxygen1.2.6 written by Dimitri van Heesch, © 1997-2001