(svn r13160) -Codechange: prepare GUIPlaceProcDragXY for the removal of WindowEvent.

This commit is contained in:
rubidium
2008-05-18 12:40:38 +00:00
parent cbd09e4f57
commit 4d5b9e38d6
9 changed files with 19 additions and 20 deletions

View File

@@ -99,7 +99,6 @@ enum WindowClass {
};
struct Window;
struct WindowEvent;
typedef int32 WindowNumber;
#endif /* WINDOW_TYPE_H */