XWorkstation.st
changeset 4711 1d1cfd1951e1
parent 4640 edde8a16e07d
child 4723 ad10f05ff89b
equal deleted inserted replaced
4710:9e4a8d2c69ef 4711:1d1cfd1951e1
  8688 
  8688 
  8689     |modifierKeyMap maxKeyPerMod |
  8689     |modifierKeyMap maxKeyPerMod |
  8690 
  8690 
  8691 %{
  8691 %{
  8692     XModifierKeymap *modmap;
  8692     XModifierKeymap *modmap;
  8693     OBJ __BYTEARRAY_UNINITIALIZED_NEW_INT();
       
  8694 
  8693 
  8695     if (ISCONNECTED) {
  8694     if (ISCONNECTED) {
  8696 	Display *dpy = myDpy;
  8695 	Display *dpy = myDpy;
  8697 
  8696 
  8698 	if ((modmap = XGetModifierMapping(dpy)) != 0) {
  8697 	if ((modmap = XGetModifierMapping(dpy)) != 0) {
 11922 ! !
 11921 ! !
 11923 
 11922 
 11924 !XWorkstation class methodsFor:'documentation'!
 11923 !XWorkstation class methodsFor:'documentation'!
 11925 
 11924 
 11926 version
 11925 version
 11927     ^ '$Header: /cvs/stx/stx/libview/XWorkstation.st,v 1.492 2006-10-10 16:57:36 stefan Exp $'
 11926     ^ '$Header: /cvs/stx/stx/libview/XWorkstation.st,v 1.493 2007-01-18 16:01:50 stefan Exp $'
 11928 ! !
 11927 ! !
 11929 
 11928 
 11930 XWorkstation initialize!
 11929 XWorkstation initialize!