commit | a09da0cbbddab2af0801fbf922fd0bc9eea91bd9 | [log] [tgz] |
---|---|---|
author | Alexandre Julliard <julliard@winehq.org> | Fri Sep 21 21:08:40 2001 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Fri Sep 21 21:08:40 2001 +0000 |
tree | 7557e4029dbf1afd244000da0e2d85f25b931278 | |
parent | 9c89290e89058f61dcc059c728f7f1a865696795 [diff] [blame] |
Added proper support for storing window parents in the server. Added a few requests to query the window hierarchy.
diff --git a/server/user.h b/server/user.h index 1e33168..d53cc53 100644 --- a/server/user.h +++ b/server/user.h
@@ -33,5 +33,6 @@ /* window functions */ extern void destroy_thread_windows( struct thread *thread ); +extern int is_child_window( user_handle_t parent, user_handle_t child ); #endif /* __WINE_SERVER_USER_H */