Changeset 2042 in Sophya


Ignore:
Timestamp:
Jun 5, 2002, 1:52:05 PM (23 years ago)
Author:
ansari
Message:

Ajout compil conditionnelle defined(Darwin) pour evt->xkey.state & Mod2Mask -> PIKM_Alt ds event_handler_pixtbase - Reza 5/6/2002

Location:
trunk/SophyaPI/PI
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaPI/PI/piversion.h

    r2006 r2042  
    22#define PIVERSION_H_SEEN
    33
    4 #define PI_VERSIONNUMBER  3.67
     4#define PI_VERSIONNUMBER  3.68
    55
    66#endif
  • trunk/SophyaPI/PI/pixtbase.cc

    r1915 r2042  
    292292    // sur MacOSX, la touche Alt correspond a la touche pomme
    293293    // et la masque associe est Mod2Mask   -    Reza 02/2002
     294#if defined(Darwin)
    294295    if  (evt->xkey.state & Mod2Mask)   
    295296      kmod = (PIKeyModifier) (kmod | PIKM_Alt);
     297#endif
    296298    switch (key) {
    297299      case XK_Return :
Note: See TracChangeset for help on using the changeset viewer.