Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 1379 → Rev 1380

/demos/trunk/jumpball/demo.c
18,11 → 18,11
 
/**
------------
CVS : $Id: demo.c,v 1.5 2004-04-17 17:16:46 giacomo Exp $
CVS : $Id: demo.c,v 1.6 2004-04-18 09:45:27 giacomo Exp $
 
File: $File$
Revision: $Revision: 1.5 $
Last update: $Date: 2004-04-17 17:16:46 $
Revision: $Revision: 1.6 $
Last update: $Date: 2004-04-18 09:45:27 $
------------
**/
 
58,6 → 58,8
 
PID shutdown_task_PID = -1;
 
void app_mutex_init(mutex_t *m);
 
int device_drivers_close() {
FB26_close(FRAME_BUFFER_DEVICE);
242,6 → 244,9
k.status = KEY_PRESSED;
keyb_hook(k,endfun,FALSE);
 
/* init the graphic mutex */
app_mutex_init(&mutex);
 
/* useful colors ... */
white = rgb16(255,255,255);
black = rgb16(0,0,0);