Ejemplo n.º 1
0
 public extern static IntPtr XCreateFontCursor(IntPtr display, CursorFontShape shape);
Ejemplo n.º 2
0
		internal extern static IntPtr XCreateFontCursor(IntPtr display, CursorFontShape shape);
Ejemplo n.º 3
0
 public static extern IntPtr XCreateFontCursor(IntPtr display, CursorFontShape shape);
Ejemplo n.º 4
0
		internal static IntPtr XCreateFontCursor(IntPtr display, CursorFontShape shape)
		{
			DebugHelper.TraceWriteLine ("XCreateFontCursor");
			return _XCreateFontCursor(display, shape);
		}
Ejemplo n.º 5
0
 internal static extern IntPtr XCreateFontCursor(IntPtr display, CursorFontShape shape);