From b5723cbd822b2359850c121ca69e682a607d91bd Mon Sep 17 00:00:00 2001 From: oroborus Date: Sun, 3 Aug 2008 18:46:22 +0000 Subject: - pridany kapov patch na klavesy - widget na nastavovanie klaves sa rozsvieti, ked je aktivny git-svn-id: http://opensvn.csie.org/tuxanci_ng@189 0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e --- src/base/modules.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/base/modules.h') diff --git a/src/base/modules.h b/src/base/modules.h index 9329dbd..e5a15f1 100644 --- a/src/base/modules.h +++ b/src/base/modules.h @@ -31,8 +31,8 @@ typedef struct export_fce_s int (*fce_getNetTypeGame)(); int (*fce_loadDepModule)(char *name); - void (*fce_addToExportFce)(char *name, void *function); - void* (*fce_getExportFce)(char *name); + void (*fce_addToShareFce)(char *name, void *function); + void* (*fce_getShareFce)(char *name); void (*fce_getTuxProportion)(tux_t *tux, int *x,int *y, int *w, int *h); void (*fce_setTuxProportion)(tux_t *tux, int x, int y); -- cgit v1.2.3