Displaying 3 results from an estimated 3 matches for "xcreatefontcursor".
2007 Jun 06
2
[PATCH] Use X-Fleur cursor on move
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi all, I'm Trevi?o (AKA Trevinho, AKA 3v1n0, AKA trevi55 ;P) it's my
first message here, also if I'm reading the ML from the archives since
long time...
I maintened a beryl-svn (then git) repository, and I'm planning to do
the same as soon as I can for compiz-git (BTW, some pre-release
packages are at http://tinyurl.com/396up9),
2010 Oct 19
1
X11 Cursor's in Wine Applications
...************
* SetCursor (X11DRV.@)
@@ -961,14 +963,19 @@
/* set the same cursor for all top-level windows of the current thread
*/
wine_tsx11_lock();
- cursor = create_cursor( data->display, lpCursor );
+
+ //cursor = create_cursor( data->display, lpCursor );
+ cursor = XCreateFontCursor(data->display, XC_arrow);
+
+
What I'm looking todo is make it so wine uses the X11 cursor, but hides it
like the normal WINE cursor when the program defines it's own cursor (IE
WoW.exe). Is this possible?
--
Sincerely,
MacNean C. Tyrrell
-------------- next part --------------
An H...
1998 Oct 28
1
Request for help with compiling R on a DEC Alpha
....o printvector.o printutils.o random.o relop.o saveload.o scan.o seq.o
sort.o so
urce.o split.o subassign.o subscript.o subset.o summary.o unique.o util.o
versio
n.o ../lib/libgraphics.a ../lib/libunix.a ../lib/libappl.a
lib/libmath.a -
lm
ld:
Unresolved:
XLoadQueryFont
XOpenDisplay
XInternAtom
XCreateFontCursor
XCreateGC
XCreateWindow
XDefaultRootWindow
XSetWMProtocols
XAllocColor
XAllocNamedColor
XChangeProperty
XCheckTypedEvent
XClearWindow
XCloseDisplay
XDefaultDepth
XDefaultScreen
XDefineCursor
XDestroyWindow
XDrawArc
XDrawLine
XDrawLines
XDrawRectangle
XFillArc
XFillPolygon
XFillRectangle
XFreeColors...