HomeSort by: relevance | last modified time | path
    Searched defs:xf86_crtc_notify_proc_ptr (Results 1 - 2 of 2) sorted by relevancy

  /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/modes/
xf86Crtc.h 629 typedef void (*xf86_crtc_notify_proc_ptr) (ScreenPtr pScreen); typedef
684 xf86_crtc_notify_proc_ptr xf86_crtc_notify;
956 extern _X_EXPORT xf86_crtc_notify_proc_ptr
957 xf86_wrap_crtc_notify (ScreenPtr pScreen, xf86_crtc_notify_proc_ptr new);
960 xf86_unwrap_crtc_notify(ScreenPtr pScreen, xf86_crtc_notify_proc_ptr old);
  /xsrc/external/mit/xorg-server/dist/hw/xfree86/modes/
xf86Crtc.h 767 typedef void (*xf86_crtc_notify_proc_ptr) (ScreenPtr pScreen); typedef
822 xf86_crtc_notify_proc_ptr xf86_crtc_notify;
1127 extern _X_EXPORT xf86_crtc_notify_proc_ptr
1128 xf86_wrap_crtc_notify(ScreenPtr pScreen, xf86_crtc_notify_proc_ptr new);
1131 xf86_unwrap_crtc_notify(ScreenPtr pScreen, xf86_crtc_notify_proc_ptr old);

Completed in 5 milliseconds