blob: 88fbf4b154472bcd7258b80e6eb7f57821b0a648 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
--- src/screen.C.old 2004-09-09 23:55:29.244672496 +0200
+++ src/screen.C 2004-09-09 23:57:44.777068440 +0200
@@ -3493,7 +3493,9 @@
else if (rq.target == xa[XA_TIMESTAMP] && selection.text)
{
XChangeProperty (display->display, rq.requestor, rq.property, XA_INTEGER,
- (8 * sizeof (Time)), PropModeReplace,
+ /* This patch allows selecting text w/ the mouse on 64bit systems.
+ (8 * sizeof (Time)), PropModeReplace, */
+ (32), PropModeReplace,
(unsigned char *)&selection_time, 1);
ev.property = rq.property;
}
|