summaryrefslogtreecommitdiff
path: root/src/widget/widget_select.h
diff options
context:
space:
mode:
authororoborus <oroborus@0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e>2008-07-03 15:19:08 +0000
committeroroborus <oroborus@0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e>2008-07-03 15:19:08 +0000
commit157e2a29828f2ddbdf32e1c9e565b13e5e732e34 (patch)
tree5c895536cd4771a12380dc37e76f3891d3ddd385 /src/widget/widget_select.h
parent47d56153f243424c0074874c8db1b6cec2365344 (diff)
- predene zvuky zbrani revolver a samopal
- server config sa vie spravne vysporiadat s mederami v subore server.conf - upraveny kod pre bigAreny - nova funkcia pre odstranovanie vsektch poloziek vo widget_select - screen_browser duplicitne nenacitava obrazok zo suboru - server si indexuje clientov na zaklade ich zdrojoveho portu ( ja viem, ze je to pstrosi alogritmus, ale aj tak predtym server identifikoval clientov podla ich zdrojoveho portu len ich podla toho neindexoval ) git-svn-id: http://opensvn.csie.org/tuxanci_ng@89 0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e
Diffstat (limited to 'src/widget/widget_select.h')
-rw-r--r--src/widget/widget_select.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/widget/widget_select.h b/src/widget/widget_select.h
index 2765f11..7bbe5c0 100644
--- a/src/widget/widget_select.h
+++ b/src/widget/widget_select.h
@@ -18,6 +18,7 @@ typedef struct widget_select
extern widget_select_t* newWidgetSelect(int x, int y, void (*fce_event)(void *));
extern void addToWidgetSelect(widget_select_t *p, char *s);
+extern void removeAllFromWidgetSelect(widget_select_t *p);
extern void drawWidgetSelect(widget_select_t *p);
extern void eventWidgetSelect(widget_select_t *p);
extern void destroyWidgetSelect(widget_select_t *p);