remove 'compiled' from x11 so it works with current factor

chris.double 2006-08-25 03:16:10 +00:00
parent 4a79d7ccb5
commit aa8fe942ee
1 changed files with 1 additions and 1 deletions

View File

@ -415,7 +415,7 @@ dpy get "XEvent" <c-object> dup >r XNextEvent drop r> ;
SYMBOL: error-handler-quot
: error-handler-callback ( -- xt ) "void" { "Display*" "XErrorEvent*" }
[ error-handler-quot get call ] alien-callback ; compiled
[ error-handler-quot get call ] alien-callback ;
: set-error-handler ( quot -- )
error-handler-quot set error-handler-callback XSetErrorHandler drop ;