diff options
author | Torrey Lyons <torrey@mrcla.com> | 2004-10-08 00:35:08 +0000 |
---|---|---|
committer | Torrey Lyons <torrey@mrcla.com> | 2004-10-08 00:35:08 +0000 |
commit | fa9847aeb9094aafc3798aee1fc8379e77a18d6a (patch) | |
tree | c0272daf2dc76defdf3879e96528af88f7d0e9e1 /hw/darwin/quartz/applewmExt.h | |
parent | d737bc3300cf1847bcea08ca781f37ee3ee62692 (diff) |
Allow rootless implementations to override frame reordering. This is used
on Mac OS X when genie-restoring from the Dock to ensure that the
animation completes before drawing the frame.
Diffstat (limited to 'hw/darwin/quartz/applewmExt.h')
-rw-r--r-- | hw/darwin/quartz/applewmExt.h | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/hw/darwin/quartz/applewmExt.h b/hw/darwin/quartz/applewmExt.h index 63e2bea9f..92d3c5c03 100644 --- a/hw/darwin/quartz/applewmExt.h +++ b/hw/darwin/quartz/applewmExt.h @@ -4,7 +4,7 @@ /************************************************************************** Copyright (c) 2002 Apple Computer, Inc. All Rights Reserved. -Copyright (c) 2003 Torrey T. Lyons. All Rights Reserved. +Copyright (c) 2003-2004 Torrey T. Lyons. All Rights Reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the @@ -69,11 +69,15 @@ void AppleWMSetScreenOrigin( WindowPtr pWin ); +Bool AppleWMDoReorderWindow( + WindowPtr pWin +); + void AppleWMSendEvent( - int /* type */, - unsigned int /* mask */, - int /* which */, - int /* arg */ + int /* type */, + unsigned int /* mask */, + int /* which */, + int /* arg */ ); unsigned int AppleWMSelectedEvents( |