diff options
| author | oroborus <oroborus@0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e> | 2008-08-03 18:46:22 +0000 |
|---|---|---|
| committer | oroborus <oroborus@0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e> | 2008-08-03 18:46:22 +0000 |
| commit | b5723cbd822b2359850c121ca69e682a607d91bd (patch) | |
| tree | c731a5c07d6188b1bdce6e90b5ac02e35800716d /src/client/chat.h | |
| parent | 00c9cebac684c42741e924d11038d5591e87dacd (diff) | |
- 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
Diffstat (limited to 'src/client/chat.h')
| -rw-r--r-- | src/client/chat.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/client/chat.h b/src/client/chat.h index f2e1770..fc6abc3 100644 --- a/src/client/chat.h +++ b/src/client/chat.h @@ -14,8 +14,6 @@ #define CHAT_LOCATION_X (WINDOW_SIZE_X/2 - CHAT_SIZE_X/2) #define CHAT_LOCATION_Y (WINDOW_SIZE_Y/2 - CHAT_SIZE_Y/2) -#define CHAT_LAST_ENTER_INTERVAL 50 - extern void initChat(); extern void drawChat(); extern void eventChat(); |