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