public extern static IntPtr XCreateFontCursor(IntPtr display, CursorFontShape shape);
internal extern static IntPtr XCreateFontCursor(IntPtr display, CursorFontShape shape);
public static extern IntPtr XCreateFontCursor(IntPtr display, CursorFontShape shape);
internal static IntPtr XCreateFontCursor(IntPtr display, CursorFontShape shape) { DebugHelper.TraceWriteLine ("XCreateFontCursor"); return _XCreateFontCursor(display, shape); }
internal static extern IntPtr XCreateFontCursor(IntPtr display, CursorFontShape shape);