Subversion Repositories Tewi

Rev

Rev 289 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 289 Rev 291
Line 1... Line 1...
1
/* $Id: gui.c 289 2024-10-09 03:08:14Z nishi $ */
1
/* $Id: gui.c 291 2024-10-09 03:14:51Z nishi $ */
2
 
2
 
3
#include "../config.h"
3
#include "../config.h"
4
 
4
 
-
 
5
#if defined(BUILD_GUI_VALID)
-
 
6
 
5
#include "gui.h"
7
#include "gui.h"
6
#include "tw_server.h"
8
#include "tw_server.h"
7
 
9
 
8
#include <cm_log.h>
10
#include <cm_log.h>
9
 
11
 
Line 293... Line 295...
293
			DispatchMessage(&msg);
295
			DispatchMessage(&msg);
294
		}
296
		}
295
	}
297
	}
296
	return (int)msg.wParam;
298
	return (int)msg.wParam;
297
}
299
}
-
 
300
 
-
 
301
#endif