Changeset 2042 in Sophya
- Timestamp:
- Jun 5, 2002, 1:52:05 PM (23 years ago)
- Location:
- trunk/SophyaPI/PI
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaPI/PI/piversion.h
r2006 r2042 2 2 #define PIVERSION_H_SEEN 3 3 4 #define PI_VERSIONNUMBER 3.6 74 #define PI_VERSIONNUMBER 3.68 5 5 6 6 #endif -
trunk/SophyaPI/PI/pixtbase.cc
r1915 r2042 292 292 // sur MacOSX, la touche Alt correspond a la touche pomme 293 293 // et la masque associe est Mod2Mask - Reza 02/2002 294 #if defined(Darwin) 294 295 if (evt->xkey.state & Mod2Mask) 295 296 kmod = (PIKeyModifier) (kmod | PIKM_Alt); 297 #endif 296 298 switch (key) { 297 299 case XK_Return :
Note:
See TracChangeset
for help on using the changeset viewer.