diff options
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( |