From a999bb322775b80f44bfc6e0f1886851d4bfc410 Mon Sep 17 00:00:00 2001 From: rubidium Date: Tue, 14 Oct 2008 19:27:08 +0000 Subject: (svn r14466) -Doc: remove some obsolete parameters, fix a few parameter names in comments and add a little more doxygen documentation. --- src/window_type.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/window_type.h') diff --git a/src/window_type.h b/src/window_type.h index 04f03ad68..64d05717a 100644 --- a/src/window_type.h +++ b/src/window_type.h @@ -100,6 +100,8 @@ enum WindowClass { }; struct Window; + +/** Number to differentiate different windows of the same class */ typedef int32 WindowNumber; #endif /* WINDOW_TYPE_H */ -- cgit v1.2.3-54-g00ecf