/resource/cs394p/dwsyms.lsp

https://github.com/huangjs/peval · Lisp · 148 lines · 118 code · 9 blank · 21 comment · 0 complexity · bd772b5a2a73f8729596f6d62979a6af MD5 · raw file

  1. ; dwsyms.lsp Gordon S. Novak Jr. 14 Mar 95
  2. ; Copyright (c) 1995 Gordon S. Novak Jr. and The University of Texas at Austin.
  3. ; See the file gnu.license .
  4. ; This program is free software; you can redistribute it and/or modify
  5. ; it under the terms of the GNU General Public License as published by
  6. ; the Free Software Foundation; either version 1, or (at your option)
  7. ; any later version.
  8. ; This program is distributed in the hope that it will be useful,
  9. ; but WITHOUT ANY WARRANTY; without even the implied warranty of
  10. ; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  11. ; GNU General Public License for more details.
  12. ; You should have received a copy of the GNU General Public License
  13. ; along with this program; if not, write to the Free Software
  14. ; Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  15. ; This file imports symbols from the X library (in XLIB: package)
  16. ; to the current package (such as the :USER package).
  17. ; This will allow these symbols to be accessed by just their
  18. ; names and without any package qualifier.
  19. ; This file may be useful if you wish to modify dwindow.lsp or dwtrans.lsp .
  20. ; This file should be loaded immediately after starting Lisp:
  21. ; If Lisp has seen any of these symbols, loading this file will cause an error.
  22. (import '(
  23. xlib::BUTTONPRESS
  24. xlib::BUTTONPRESSMASK
  25. xlib::BUTTONRELEASEMASK
  26. xlib::CAPBUTT
  27. xlib::CWBACKINGSTORE
  28. xlib::CWSAVEUNDER
  29. xlib::EXPOSE
  30. xlib::EXPOSUREMASK
  31. xlib::GCBACKGROUND
  32. xlib::GCFOREGROUND
  33. xlib::GCFUNCTION
  34. xlib::GET-C-STRING
  35. xlib::GXCOPY
  36. xlib::GXXOR
  37. xlib::INT-ARRAY
  38. xlib::INT-POS
  39. xlib::ISUNMAPPED
  40. xlib::JOINMITER
  41. xlib::KEYPRESS
  42. xlib::KEYPRESSMASK
  43. xlib::KEYRELEASE
  44. xlib::KEYRELEASEMASK
  45. xlib::LEAVEWINDOWMASK
  46. xlib::LINESOLID
  47. xlib::MAKE-XCOLOR
  48. xlib::MAKE-XEVENT
  49. xlib::MAKE-XGCVALUES
  50. xlib::MAKE-XSETWINDOWATTRIBUTES
  51. xlib::MAKE-XSIZEHINTS
  52. xlib::MAKE-XWINDOWATTRIBUTES
  53. xlib::MOTIONNOTIFY
  54. xlib::NONE
  55. xlib::NoSymbol
  56. xlib::POINTERMOTIONMASK
  57. xlib::PPOSITION
  58. xlib::PSIZE
  59. xlib::SET-XCOLOR-BLUE
  60. xlib::SET-XCOLOR-GREEN
  61. xlib::SET-XCOLOR-RED
  62. xlib::SET-XSETWINDOWATTRIBUTES-BACKING_STORE
  63. xlib::SET-XSETWINDOWATTRIBUTES-SAVE_UNDER
  64. xlib::SET-XSIZEHINTS-HEIGHT
  65. xlib::SET-XSIZEHINTS-FLAGS
  66. xlib::SET-XSIZEHINTS-WIDTH
  67. xlib::SET-XSIZEHINTS-X
  68. xlib::SET-XSIZEHINTS-Y
  69. xlib::WHENMAPPED
  70. xlib::XALLOCCOLOR
  71. xlib::XANYEVENT-TYPE
  72. xlib::XANYEVENT-WINDOW
  73. xlib::XBLACKPIXEL
  74. xlib::XBUTTONEVENT-BUTTON
  75. xlib::XCHANGEWINDOWATTRIBUTES
  76. xlib::XCLEARAREA
  77. xlib::XCLEARWINDOW
  78. xlib::XCOLOR-PIXEL
  79. xlib::XCOPYAREA
  80. xlib::XCREATEFONTCURSOR
  81. xlib::XCREATEGC
  82. xlib::XCREATESIMPLEWINDOW
  83. xlib::XDEFAULTCOLORMAP
  84. xlib::XDEFAULTGC
  85. xlib::XDEFAULTSCREEN
  86. xlib::XDEFINECURSOR
  87. xlib::XDESTROYWINDOW
  88. xlib::XDRAWARC
  89. xlib::XDRAWIMAGESTRING
  90. xlib::XDRAWLINE
  91. xlib::XFILLRECTANGLE
  92. xlib::XFONTSTRUCT-FID
  93. xlib::XFLUSH
  94. xlib::XFREECOLORS
  95. xlib::XFREEGC
  96. xlib::XGCVALUES-BACKGROUND
  97. xlib::XGCVALUES-FOREGROUND
  98. xlib::XGCVALUES-FUNCTION
  99. xlib::XGETGCVALUES
  100. xlib::XGETGEOMETRY
  101. xlib::XGETWINDOWATTRIBUTES
  102. xlib::XLOADQUERYFONT
  103. xlib::XMAPWINDOW
  104. xlib::XMOTIONEVENT-X
  105. xlib::XMOTIONEVENT-Y
  106. xlib::XMOVEWINDOW
  107. xlib::XNEXTEVENT
  108. xlib::XOPENDISPLAY
  109. xlib::XPENDING
  110. xlib::XQUERYPOINTER
  111. xlib::XRECOLORCURSOR
  112. xlib::XROOTWINDOW
  113. xlib::XSELECTINPUT
  114. xlib::XSETBACKGROUND
  115. xlib::XSETFONT
  116. xlib::XSETFOREGROUND
  117. xlib::XSETFUNCTION
  118. xlib::XSETLINEATTRIBUTES
  119. xlib::XSETSTANDARDPROPERTIES
  120. xlib::XSYNC
  121. xlib::XTEXTEXTENTS
  122. xlib::XTEXTWIDTH
  123. xlib::XUNMAPWINDOW
  124. xlib::XWHITEPIXEL
  125. xlib::XWINDOWATTRIBUTES-MAP_STATE
  126. xlib::XDisplayKeycodes
  127. xlib::XGetKeyboardMapping
  128. xlib::XFree
  129. xlib::XK_Shift_R
  130. xlib::XK_Shift_L
  131. xlib::XK_Control_L
  132. xlib::XK_Control_R
  133. xlib::XK_Alt_R
  134. xlib::XK_Alt_L
  135. xlib::XK_Return
  136. xlib::XK_Tab
  137. xlib::XK_BackSpace
  138. ))
  139. (setf (get 'xlib::int-pos 'glfnresulttype) 'integer)