A
download gitkrrenderer.h
Language: C
LOC: 13
Project Info
GITK - Generalized Interface Toolkit(gitk)
Server: SourceForge
Type: cvs
...k\gitk\gitk‑renderer‑phone\
   autogen.sh
   config.h.in
   configure.in
   gitkr-phoneConf.sh.in
   gitkrdefines.h
   gitkrdone.c
   gitkrdone.h
   gitkreventloop.c
   gitkreventloop.h
   gitkrglobal.c
   gitkrglobal.h
   gitkrhideshow.c
   gitkrhideshow.h
   gitkrincludes.h
   gitkrinfo.c
   gitkrinfo.h
   gitkrinit.c
   gitkrinit.h
   gitkrlayout.c
   gitkrlayout.h
   gitkrrenderer.c
   gitkrrenderer.h
   gitkrtools.c
   gitkrtools.h
   Makefile.am

/** $Id: gitkrrenderer.h,v 1.2 2004/04/06 22:28:45 sast Exp $
 *
 * @file   gitk-renderer-phone/gitkrrenderer.h
 * @author Steffen Ast <sast@users.sf.net>
 * @date   Sun Feb 15 :29:03 2004
 * 
 * @brief  gitk renderer rendering routines
 * @ingroup gitkrendererphone
 * 
 */

#ifndef GITKR_RENDERER_H
#define GITKR_RENDERER_H

#ifdef GITKR_RENDERER_C
void gitkr_render(void);
GitkDialogPtr gitkr_set_context(void);
GitkDialogPtr gitkr_select_context(void);
gchar *strapp(gchar *src1,gchar *src2);
#else
#ifdef GITK_RENDERER_C
extern void gitkr_render(void);
#endif
#endif

#endif /* GITKR_RENDERER_H */

About Koders | Resources | Downloads | Support | Black Duck | Terms of Service | DMCA | Privacy Policy | Contact Us