Update of /cvsroot/pure-data/pd/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11113
Modified Files: Tag: desiredata m_pd.h Log Message: remove gfxstub
Index: m_pd.h =================================================================== RCS file: /cvsroot/pure-data/pd/src/m_pd.h,v retrieving revision 1.4.4.11.2.33.2.12 retrieving revision 1.4.4.11.2.33.2.13 diff -C2 -d -r1.4.4.11.2.33.2.12 -r1.4.4.11.2.33.2.13 *** m_pd.h 13 Dec 2006 23:48:12 -0000 1.4.4.11.2.33.2.12 --- m_pd.h 19 Dec 2006 19:25:04 -0000 1.4.4.11.2.33.2.13 *************** *** 771,777 **** EXTERN void sys_vgui(char *fmt, ...); EXTERN void sys_gui(char *s); - /* dialog window creation and destruction */ - EXTERN void gfxstub_new(t_pd *owner, void *key, const char *cmd); - EXTERN void gfxstub_deleteforkey(void *key);
extern t_class *glob_pdobject; /* object to send "pd" messages */ --- 771,774 ---- *************** *** 812,822 **** #endif
- /* tb: wrapper for PD_BIGORSMALL macro */ EXTERN void testcopyvec(t_float *dst,const t_float *src,int n); EXTERN void testaddvec(t_float *dst,const t_float *src,int n);
- - #if defined(_LANGUAGE_C_PLUS_PLUS) || defined(__cplusplus) } --- 809,816 ---- *************** *** 828,832 **** /* removed features: sys_fontwidth, sys_fontheight, t_widgetbehavior, class_setproperties, ! class_setwidget, class_setparentwidget, sys_pretendguibytes, ! sys_queuegui, sys_unqueuegui, */ --- 822,827 ---- /* removed features: sys_fontwidth, sys_fontheight, t_widgetbehavior, class_setproperties, ! class_setwidget, class_setparentwidget, class_parentwidget, pd_getparentwidget, ! sys_pretendguibytes, sys_queuegui, sys_unqueuegui, getzbytes, ! gfxstub_new, gfxstub_deleteforkey */