diff options
author | dawes <dawes> | 1999-03-21 07:34:23 +0000 |
---|---|---|
committer | dawes <dawes> | 1999-03-21 07:34:23 +0000 |
commit | 40f5d9d4c84d93cbac83ce4733b44eb76f9e67a0 (patch) | |
tree | d20e7183c188f67025e19780ce6f55cb1f523d64 /programs/xclipboard | |
parent | 0aa7ff6d38014defc0069d1b77e9c9d565e1be17 (diff) |
2409. Updates to s3virge driver to get it working under Linux/Alpha
(#2586, Matt Grossman).
2408. Fix getline() clash (#2585, Alan Hourihane).
2407. Have the s3virge driver use the new XAA rop helper functions (#2584,
Mark Vojkovich).
2406. Add code to SuperProbe to detect the S3 Trio3D and Savage3D
(2583, Eric Molitor).
2405. Add some XAA helper functions that drivers can call for help
converting X rops into MS rops (#2582, Mark Vojkovich).
2404. Resync the overlay support in the glint driver (#2580, 2581,
Mark Vojkovich).
2403. Add support for changing the overlay color key to the MGA driver
(#2579, Mark Vojkovich).
2402. Preallocate the color key in the default colormap and set it to
something already in the default man (black) so that AllocColor will
never allocate it (#2578, Mark Vojkovich).
2401. Use the color key field in the ScrnInfoRec for the overlay layers
(#2578, Mark Vojkovich).
2400. Preliminary loader support for Linux/PPC ELF objects (#2577 (2570),
Stuart Anderson).
2399. Fix some XAA offscreen pixmap problmes (#2576, Mark Vojkovich).
2398. DGA fixes. Old apps should now run with the new driver interface,
and event handling should work better than before (#2575,
Mark Vojkovich).
2397. Fix most remaining signed/unsigned and prototype warnings in the
following directories: lib/Xaw, lib/Xmu, programs/xclipboard,
programs/xconsole, programs/xmag, and programs/xvidtune (#2574,
Thomas Dickey).
2396. Restore the interface of XmuConvertStandardSelection() to use
XPointer rather than XtPointer (#2574, Thomas Dickey).
2395. Fix an malloc size bug in libICE (#2572, Christopher Sekiya).
2394. Make MIT-SHM resource types non-static so that other extensions
(like Xv) can access client shared memory segments (#2571,
Mark Vojkovich).
2393. First cut at altering the C&T user docs for 4.0 (#2569, David Bateman).
2392. Fix a C&T problem affecting the colourmap setup for 1bpp modes, and some
other minor C&T driver fixes (#2569, David Bateman).
2391. Fix an buffer overflow in os/connection.c (#2568, Gerd Knorr).
2390. Add support for Modes sections and the UseModes keyword for Monitor
sections to the parser (the data isn't used yet) (#2564, Dirk Hohndel).
2389. Fix xfree86.cf for Alpha (#2567, Dirk Hohndel).
2388. Fix XAAFillPolygonStippled to obey the flag NO_TRANSPARENCY in
Mono8x8PatternFill (#2566, Xavier Ducoin).
2387. Only allow the shadowfb layer in the C&T driver when linear addressing
is enabled (#2565 (2561), David Bateman).
2386. Fix some problems with the xf8_16bpp layer, and allow it to work
with depth 15 as well as 16 (#2565 (2561, 2562), David Bateman).
2385. Implement TrueColor with PseudoColor Overlays (8+16) for the
C&T driver for HiQV chipsets (#2565 (2561), David Bateman).
2384. Add a -quiet option to xgamma (#2565 (2561), David Bateman).
2383. Add TrueColor Gamma Correction for C&T HiQV chipsets (#2565 (2561),
David Bateman).
2382. Fix Permedia 2 HW cursor lockup (#2563, Alan Hourihane).
2381. Initial XAA support for SiS530 and SiS620 (#2560, Xavier Ducoin).
2380. Add SuperProbe for SiS (#2559, Xavier Ducoin).
2379. Fix the InstalMultipleMan and InstallMultipleManSuffix rules for
NetBSD and OpenBSD (#2558 (2557), Matthieu Herrb).
2378. Add Cards entry for Number Nine FX Reality 772 (#2556, Harald Koenig).
2377. Make XF86Setup build again (not fully functional yet) (#2555, Joe Moss).
2376. Update the apm (Alliance Promotion) to the 4.0 interface (#2554,
Loic Grenie, Henrik Harmsen).
Diffstat (limited to 'programs/xclipboard')
-rw-r--r-- | programs/xclipboard/xclipboard.c | 8 | ||||
-rw-r--r-- | programs/xclipboard/xcutsel.c | 6 |
2 files changed, 7 insertions, 7 deletions
diff --git a/programs/xclipboard/xclipboard.c b/programs/xclipboard/xclipboard.c index 3f988bfb9..ab5d97cb7 100644 --- a/programs/xclipboard/xclipboard.c +++ b/programs/xclipboard/xclipboard.c @@ -24,7 +24,7 @@ in this Software without prior written authorization from The Open Group. * Updated for R4: Chris D. Peterson, MIT X Consortium. * Reauthored by: Keith Packard, MIT X Consortium. */ -/* $XFree86: xc/programs/xclipboard/xclipboard.c,v 1.3 1999/01/31 12:22:25 dawes Exp $ */ +/* $XFree86: xc/programs/xclipboard/xclipboard.c,v 1.4 1999/02/28 11:20:07 dawes Exp $ */ #include <stdio.h> #include <X11/Intrinsic.h> @@ -363,7 +363,7 @@ WMProtocols(Widget w, XEvent *ev, String *params, Cardinal *n) { if (ev->type == ClientMessage && ev->xclient.message_type == wm_protocols && - ev->xclient.data.l[0] == wm_delete_window) { + ev->xclient.data.l[0] == (long) wm_delete_window) { while (w && !XtIsShell(w)) w = XtParent(w); if (w == top) @@ -491,7 +491,7 @@ ConvertSelection(Widget w, Atom *selection, Atom *target, Atom* std_targets; unsigned long std_length; XmuConvertStandardSelection(w, req->time, selection, target, type, - (XtPointer*)&std_targets, &std_length, + (XPointer*)&std_targets, &std_length, format); *value = XtMalloc(sizeof(Atom)*(std_length + 5)); targetP = *(Atom**)value; @@ -555,7 +555,7 @@ ConvertSelection(Widget w, Atom *selection, Atom *target, } if (XmuConvertStandardSelection(w, req->time, selection, target, type, - value, length, format)) + (XPointer *) value, length, format)) return True; return False; diff --git a/programs/xclipboard/xcutsel.c b/programs/xclipboard/xcutsel.c index 3ffc6b99b..d1a85cf11 100644 --- a/programs/xclipboard/xcutsel.c +++ b/programs/xclipboard/xcutsel.c @@ -22,7 +22,7 @@ in this Software without prior written authorization from The Open Group. * * * Author: Ralph Swick, DEC/Project Athena */ -/* $XFree86: xc/programs/xclipboard/xcutsel.c,v 1.3 1999/01/31 12:22:26 dawes Exp $ */ +/* $XFree86: xc/programs/xclipboard/xcutsel.c,v 1.4 1999/02/28 11:20:07 dawes Exp $ */ #include <stdio.h> #include <X11/Intrinsic.h> @@ -121,7 +121,7 @@ ConvertSelection(Widget w, Atom *selection, Atom *target, Atom* std_targets; unsigned long std_length; XmuConvertStandardSelection(w, req->time, selection, target, type, - (XtPointer*)&std_targets, &std_length, + (XPointer*)&std_targets, &std_length, format); *value = XtMalloc(sizeof(Atom)*(std_length + 4)); targetP = *(Atom**)value; @@ -178,7 +178,7 @@ ConvertSelection(Widget w, Atom *selection, Atom *target, } #endif /* notdef */ if (XmuConvertStandardSelection(w, req->time, selection, target, type, - value, length, format)) + (XPointer *)value, length, format)) return True; /* else */ |