Update of /cvsroot/adobe-source/sandbox/adobe-source/adobe/test/visual
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1814/adobe-source/adobe/test/visual
Modified Files:
Jamfile
Log Message:
The event_dispatcher has moved out of the ui_core_implementation.cpp file. The main message pump now checks for modifier keys whenever an event is recieved. All modifier keys now work on Windows.
Index: Jamfile
===================================================================
RCS file: /cvsroot/adobe-source/sandbox/adobe-source/adobe/test/visual/Jamfile,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** Jamfile 1 Apr 2005 19:11:48 -0000 1.4
--- Jamfile 5 Apr 2005 05:46:04 -0000 1.5
***************
*** 10,14 ****
PLATFORM_HEADERS = headers/win ;
PLATFORM_SOURCE_DIR = sources/win ;
! PLATFORM_SOURCES = sources/win/metrics.cpp ;
} else {
PLATFORM_HEADERS = headers/mac ;
--- 10,14 ----
PLATFORM_HEADERS = headers/win ;
PLATFORM_SOURCE_DIR = sources/win ;
! PLATFORM_SOURCES = sources/win/metrics.cpp sources/win/event_dispatcher.cpp ;
} else {
PLATFORM_HEADERS = headers/mac ;
|