Specify a display driver notification callback
Source position: agraphics.pas line 2229
procedure SetDisplayDriverCallback( |
CallBack: TDriverNotifyFunc; |
UserData: Pointer |
); |
CallBack |
|
CallBack function is called on every insert/remove |
UserData |
|
User-defined data, will be passed to the callback function |
This function is private to AROS. Do not use it in any end-user software, the specification may change at any moment.
|
Add a display driver to the system. |