XWorkstation.st
changeset 5528 42447013fbc6
parent 5525 9aae1d80c58e
child 5568 3d18b7fa928a
equal deleted inserted replaced
5527:216f389ffe42 5528:42447013fbc6
    77 # undef memset
    77 # undef memset
    78 #endif
    78 #endif
    79 
    79 
    80 
    80 
    81 #include <stdio.h>
    81 #include <stdio.h>
    82 #include <malloc.h>
    82 #ifndef FREEBSD
       
    83 # include <malloc.h>
       
    84 #endif
    83 #include <X11/Xlib.h>
    85 #include <X11/Xlib.h>
    84 #include <X11/Xutil.h>
    86 #include <X11/Xutil.h>
    85 #include <X11/Xatom.h>
    87 #include <X11/Xatom.h>
    86 
    88 
    87 #define XK_MISCELLANY
    89 #define XK_MISCELLANY
 12023 ! !
 12025 ! !
 12024 
 12026 
 12025 !XWorkstation class methodsFor:'documentation'!
 12027 !XWorkstation class methodsFor:'documentation'!
 12026 
 12028 
 12027 version
 12029 version
 12028     ^ '$Header: /cvs/stx/stx/libview/XWorkstation.st,v 1.512 2009-11-16 13:47:35 stefan Exp $'
 12030     ^ '$Header: /cvs/stx/stx/libview/XWorkstation.st,v 1.513 2009-11-16 23:09:13 mb Exp $'
 12029 !
 12031 !
 12030 
 12032 
 12031 version_CVS
 12033 version_CVS
 12032     ^ '$Header: /cvs/stx/stx/libview/XWorkstation.st,v 1.512 2009-11-16 13:47:35 stefan Exp $'
 12034     ^ '$Header: /cvs/stx/stx/libview/XWorkstation.st,v 1.513 2009-11-16 23:09:13 mb Exp $'
 12033 ! !
 12035 ! !
 12034 
 12036 
 12035 XWorkstation initialize!
 12037 XWorkstation initialize!