ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/src/rxvttoolkit.C
(Generate patch)

Comparing rxvt-unicode/src/rxvttoolkit.C (file contents):
Revision 1.25 by root, Wed Jan 25 02:42:06 2006 UTC vs.
Revision 1.146 by root, Sun Dec 14 04:52:10 2014 UTC

1/*--------------------------------*-C-*---------------------------------* 1/*----------------------------------------------------------------------*
2 * File: rxvttoolkit.C 2 * File: rxvttoolkit.C
3 *----------------------------------------------------------------------* 3 *----------------------------------------------------------------------*
4 * 4 *
5 * All portions of code are copyright by their respective author/s. 5 * All portions of code are copyright by their respective author/s.
6 * Copyright (c) 2003-2004 Marc Lehmann <pcg@goof.com> 6 * Copyright (c) 2003-2011 Marc Lehmann <schmorp@schmorp.de>
7 * Copyright (c) 2011 Emanuele Giaquinta <e.giaquinta@glauco.it>
7 * 8 *
8 * This program is free software; you can redistribute it and/or modify 9 * This program is free software; you can redistribute it and/or modify
9 * it under the terms of the GNU General Public License as published by 10 * it under the terms of the GNU General Public License as published by
10 * the Free Software Foundation; either version 2 of the License, or 11 * the Free Software Foundation; either version 3 of the License, or
11 * (at your option) any later version. 12 * (at your option) any later version.
12 * 13 *
13 * This program is distributed in the hope that it will be useful, 14 * This program is distributed in the hope that it will be useful,
14 * but WITHOUT ANY WARRANTY; without even the implied warranty of 15 * but WITHOUT ANY WARRANTY; without even the implied warranty of
15 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 16 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
22 23
23#include "../config.h" 24#include "../config.h"
24#include <rxvt.h> 25#include <rxvt.h>
25#include <rxvttoolkit.h> 26#include <rxvttoolkit.h>
26 27
28#include <stdlib.h>
29
27#include <unistd.h> 30#include <unistd.h>
28#include <fcntl.h> 31#include <fcntl.h>
29 32
30#include <sys/utsname.h> 33#include <sys/utsname.h>
31
32#ifndef NO_SLOW_LINK_SUPPORT
33# include <sys/socket.h> 34#include <sys/socket.h>
34# include <sys/un.h> 35#include <sys/un.h>
35#endif
36 36
37#if XFT
38# include <X11/extensions/Xrender.h>
39#endif
40
37const char *const xa_names[] = 41static const char *const xa_names[] =
38 { 42{
39 "TEXT", 43 "TEXT",
40 "COMPOUND_TEXT", 44 "COMPOUND_TEXT",
41 "UTF8_STRING", 45 "UTF8_STRING",
42 "MULTIPLE", 46 "MULTIPLE",
43 "TARGETS", 47 "TARGETS",
44 "TIMESTAMP", 48 "TIMESTAMP",
45 "VT_SELECTION", 49 "VT_SELECTION",
46 "INCR", 50 "INCR",
47 "WM_PROTOCOLS", 51 "WM_PROTOCOLS",
48 "WM_DELETE_WINDOW", 52 "WM_DELETE_WINDOW",
49 "CLIPBOARD", 53 "CLIPBOARD",
54 "AVERAGE_WIDTH",
55 "WEIGHT_NAME",
56 "SLANT",
57 "CHARSET_REGISTRY",
58 "CHARSET_ENCODING",
50#if ENABLE_FRILLS 59#if ENABLE_FRILLS
51 "_MOTIF_WM_HINTS", 60 "_MOTIF_WM_HINTS",
52#endif 61#endif
53#if ENABLE_EWMH 62#if ENABLE_EWMH
54 "_NET_WM_PID", 63 "_NET_WM_PID",
55 "_NET_WM_NAME", 64 "_NET_WM_NAME",
56 "_NET_WM_ICON_NAME", 65 "_NET_WM_ICON_NAME",
57 "_NET_WM_PING", 66 "_NET_WM_PING",
67 "_NET_WM_ICON",
58#endif 68#endif
59#if USE_XIM 69#if USE_XIM
60 "WM_LOCALE_NAME", 70 "WM_LOCALE_NAME",
61 "XIM_SERVERS", 71 "XIM_SERVERS",
62#endif 72#endif
63#ifdef TRANSPARENT 73#if HAVE_IMG || ENABLE_PERL
64 "_XROOTPMAP_ID", 74 "_XROOTPMAP_ID",
65 "ESETROOT_PMAP_ID", 75 "ESETROOT_PMAP_ID",
66#endif 76#endif
67#if ENABLE_XEMBED 77#if ENABLE_XEMBED
68 "_XEMBED", 78 "_XEMBED",
69 "_XEMBED_INFO", 79 "_XEMBED_INFO",
80#endif
81#if !ENABLE_MINIMAL
82 "SCREEN_RESOURCES",
83 "XDCCC_LINEAR_RGB_CORRECTION",
84 "XDCCC_LINEAR_RGB_MATRICES",
85 "WM_COLORMAP_WINDOWS",
86 "WM_STATE",
87 "cursor",
88# if USE_XIM
89 "TRANSPORT",
90 "LOCALES",
91 "_XIM_PROTOCOL",
92 "_XIM_XCONNECT",
93 "_XIM_MOREDATA",
70#endif 94# endif
71 }; 95#endif
96};
72 97
73///////////////////////////////////////////////////////////////////////////// 98/////////////////////////////////////////////////////////////////////////////
74 99
75refcounted::refcounted (const char *id) 100refcounted::refcounted (const char *id)
76{ 101{
130 put (*this->begin ()); 155 put (*this->begin ());
131} 156}
132 157
133///////////////////////////////////////////////////////////////////////////// 158/////////////////////////////////////////////////////////////////////////////
134 159
135#ifdef USE_XIM 160#if USE_XIM
136 161
137static void 162static void
138#if XIMCB_PROTO_BROKEN 163#if XIMCB_PROTO_BROKEN
139im_destroy_cb (XIC unused1, XPointer client_data, XPointer unused3) 164im_destroy_cb (XIC unused1, XPointer client_data, XPointer unused3)
140#else 165#else
153bool 178bool
154rxvt_xim::ref_init () 179rxvt_xim::ref_init ()
155{ 180{
156 display = GET_R->display; //HACK: TODO 181 display = GET_R->display; //HACK: TODO
157 182
158 xim = XOpenIM (display->display, NULL, NULL, NULL); 183 xim = XOpenIM (display->dpy, 0, 0, 0);
159 184
160 if (!xim) 185 if (!xim)
161 return false; 186 return false;
162 187
163 XIMCallback ximcallback; 188 XIMCallback ximcallback;
164 ximcallback.client_data = (XPointer)this; 189 ximcallback.client_data = (XPointer)this;
165 ximcallback.callback = im_destroy_cb; 190 ximcallback.callback = im_destroy_cb;
166 191
167 XSetIMValues (xim, XNDestroyCallback, &ximcallback, NULL); 192 XSetIMValues (xim, XNDestroyCallback, &ximcallback, (char *)0);
168 193
169 return true; 194 return true;
170} 195}
171 196
172rxvt_xim::~rxvt_xim () 197rxvt_xim::~rxvt_xim ()
177 202
178#endif 203#endif
179 204
180///////////////////////////////////////////////////////////////////////////// 205/////////////////////////////////////////////////////////////////////////////
181 206
207#if XFT
208rxvt_drawable::~rxvt_drawable ()
209{
210 if (xftdrawable)
211 XftDrawDestroy (xftdrawable);
212}
213
214rxvt_drawable::operator XftDraw *()
215{
216 if (!xftdrawable)
217 xftdrawable = XftDrawCreate (screen->dpy, drawable, screen->visual, screen->cmap);
218
219 return xftdrawable;
220}
221#endif
222
223/////////////////////////////////////////////////////////////////////////////
224
225#if XFT
226
227// not strictly necessary as it is only used with superclass of zero_initialised
228rxvt_screen::rxvt_screen ()
229: scratch_area (0)
230{
231}
232
233rxvt_drawable &rxvt_screen::scratch_drawable (int w, int h)
234{
235 if (!scratch_area || w > scratch_w || h > scratch_h)
236 {
237 if (scratch_area)
238 {
239 XFreePixmap (dpy, scratch_area->drawable);
240 delete scratch_area;
241 }
242
243 Pixmap pm = XCreatePixmap (dpy, RootWindowOfScreen (ScreenOfDisplay (dpy, display->screen)),
244 scratch_w = w, scratch_h = h, depth);
245
246 scratch_area = new rxvt_drawable (this, pm);
247 }
248
249 return *scratch_area;
250}
251
252#endif
253
254void
255rxvt_screen::set (rxvt_display *disp)
256{
257 display = disp;
258 dpy = disp->dpy;
259
260 Screen *screen = ScreenOfDisplay (dpy, disp->screen);
261
262 depth = DefaultDepthOfScreen (screen);
263 visual = DefaultVisualOfScreen (screen);
264 cmap = DefaultColormapOfScreen (screen);
265}
266
267#if ENABLE_FRILLS
268
269void
270rxvt_screen::select_visual (int id)
271{
272 XVisualInfo vinfo;
273 vinfo.visualid = id;
274 int n;
275
276 if (XVisualInfo *vi = XGetVisualInfo (dpy, VisualIDMask, &vinfo, &n))
277 {
278 depth = vi->depth;
279 visual = vi->visual;
280
281 XFree (vi);
282
283 cmap = XCreateColormap (dpy, display->root, visual, AllocNone);
284 }
285 else
286 rxvt_warn ("no visual found for requested id 0x%02x, using default visual.\n", id);
287}
288
289void
290rxvt_screen::select_depth (int bitdepth)
291{
292 XVisualInfo vinfo;
293
294 if (XMatchVisualInfo (dpy, display->screen, bitdepth, TrueColor, &vinfo))
295 select_visual (vinfo.visualid);
296 else
297 rxvt_warn ("no visual found for requested depth %d, using default visual.\n", bitdepth);
298}
299
300#endif
301
302void
303rxvt_screen::clear ()
304{
305#if XFT
306 if (scratch_area)
307 {
308 XFreePixmap (dpy, scratch_area->drawable);
309 delete scratch_area;
310 }
311#endif
312
313 if (cmap != DefaultColormapOfScreen (ScreenOfDisplay (dpy, display->screen)))
314 XFreeColormap (dpy, cmap);
315}
316
317/////////////////////////////////////////////////////////////////////////////
318
182rxvt_display::rxvt_display (const char *id) 319rxvt_display::rxvt_display (const char *id)
183: refcounted (id) 320: refcounted (id)
184, x_ev (this, &rxvt_display::x_cb)
185, selection_owner (0) 321, selection_owner (0)
322, clipboard_owner (0)
186{ 323{
324 x_ev .set<rxvt_display, &rxvt_display::x_cb > (this);
325 flush_ev.set<rxvt_display, &rxvt_display::flush_cb> (this);
187} 326}
188 327
189XrmDatabase 328XrmDatabase
190rxvt_display::get_resources () 329rxvt_display::get_resources (bool refresh)
191{ 330{
192 char *homedir = (char *)getenv ("HOME"); 331 char *homedir = getenv ("HOME");
193 char fname[1024]; 332 char fname[1024];
194 333
195 /* 334 /*
196 * get resources using the X library function 335 * get resources using the X library function
197 */ 336 */
198 char *displayResource, *xe; 337 char *displayResource, *xe;
199 XrmDatabase database, rdb1; 338 XrmDatabase rdb1, database = 0;
200 339
201 database = NULL; 340#if !XLIB_ILLEGAL_ACCESS
341 /* work around a bug in XrmSetDatabase where it frees the db, see ref_next */
342 database = XrmGetStringDatabase ("");
343#endif
202 344
203 // for ordering, see for example http://www.faqs.org/faqs/Xt-FAQ/ Subject: 20 345 // for ordering, see for example http://www.faqs.org/faqs/Xt-FAQ/ Subject: 20
346 // as opposed to "standard practise", we always read in ~/.Xdefaults
204 347
205 // 6. System wide per application default file. 348 // 6. System wide per application default file.
206 349
207 /* Add in $XAPPLRESDIR/Rxvt only; not bothering with XUSERFILESEARCHPATH */ 350 /* Add in $XAPPLRESDIR/Rxvt only; not bothering with XUSERFILESEARCHPATH */
208 if ((xe = (char *)getenv ("XAPPLRESDIR"))) 351 if ((xe = getenv ("XAPPLRESDIR")))
209 { 352 {
210 snprintf (fname, sizeof (fname), "%s/%s", xe, RESCLASS); 353 snprintf (fname, sizeof (fname), "%s/%s", xe, RESCLASS);
211 354
212 if ((rdb1 = XrmGetFileDatabase (fname))) 355 if ((rdb1 = XrmGetFileDatabase (fname)))
213 XrmMergeDatabases (rdb1, &database); 356 XrmMergeDatabases (rdb1, &database);
215 358
216 // 5. User's per application default file. 359 // 5. User's per application default file.
217 // none 360 // none
218 361
219 // 4. User's defaults file. 362 // 4. User's defaults file.
363 if (homedir)
364 {
365 snprintf (fname, sizeof (fname), "%s/.Xdefaults", homedir);
366
367 if ((rdb1 = XrmGetFileDatabase (fname)))
368 XrmMergeDatabases (rdb1, &database);
369 }
370
220 /* Get any Xserver defaults */ 371 /* Get any Xserver defaults */
372 if (refresh)
373 {
374 // fucking xlib keeps a copy of the rm string
375 Atom actual_type;
376 int actual_format;
377 unsigned long nitems, nremaining;
378 char *val = 0;
379
380#if XLIB_ILLEGAL_ACCESS
381 if (dpy->xdefaults)
382 XFree (dpy->xdefaults);
383#endif
384
385 if (XGetWindowProperty (dpy, RootWindow (dpy, 0), XA_RESOURCE_MANAGER,
386 0L, 100000000L, False,
387 XA_STRING, &actual_type, &actual_format,
388 &nitems, &nremaining,
389 (unsigned char **)&val) == Success
390 && actual_type == XA_STRING
391 && actual_format == 8)
392 displayResource = val;
393 else
394 {
395 displayResource = 0;
396
397 if (val)
398 XFree (val);
399 }
400
401#if XLIB_ILLEGAL_ACCESS
402 dpy->xdefaults = displayResource;
403#endif
404 }
405 else
221 displayResource = XResourceManagerString (display); 406 displayResource = XResourceManagerString (dpy);
222 407
223 if (displayResource != NULL) 408 if (displayResource)
224 { 409 {
225 if ((rdb1 = XrmGetStringDatabase (displayResource))) 410 if ((rdb1 = XrmGetStringDatabase (displayResource)))
226 XrmMergeDatabases (rdb1, &database); 411 XrmMergeDatabases (rdb1, &database);
227 } 412 }
228 else if (homedir)
229 {
230 snprintf (fname, sizeof (fname), "%s/.Xdefaults", homedir);
231 413
232 if ((rdb1 = XrmGetFileDatabase (fname))) 414#if !XLIB_ILLEGAL_ACCESS
233 XrmMergeDatabases (rdb1, &database); 415 if (refresh && displayResource)
234 } 416 XFree (displayResource);
417#endif
235 418
236 /* Get screen specific resources */ 419 /* Get screen specific resources */
237 displayResource = XScreenResourceString (ScreenOfDisplay (display, screen)); 420 displayResource = XScreenResourceString (ScreenOfDisplay (dpy, screen));
238 421
239 if (displayResource != NULL) 422 if (displayResource)
240 { 423 {
241 if ((rdb1 = XrmGetStringDatabase (displayResource))) 424 if ((rdb1 = XrmGetStringDatabase (displayResource)))
242 /* Merge with screen-independent resources */ 425 /* Merge with screen-independent resources */
243 XrmMergeDatabases (rdb1, &database); 426 XrmMergeDatabases (rdb1, &database);
244 427
245 XFree (displayResource); 428 XFree (displayResource);
246 } 429 }
247 430
248 // 3. User's per host defaults file 431 // 3. User's per host defaults file
249 /* Add in XENVIRONMENT file */ 432 /* Add in XENVIRONMENT file */
250 if ((xe = (char *)getenv ("XENVIRONMENT")) 433 if ((xe = getenv ("XENVIRONMENT"))
251 && (rdb1 = XrmGetFileDatabase (xe))) 434 && (rdb1 = XrmGetFileDatabase (xe)))
252 XrmMergeDatabases (rdb1, &database); 435 XrmMergeDatabases (rdb1, &database);
253 else if (homedir) 436 else if (homedir)
254 { 437 {
255 struct utsname un; 438 struct utsname un;
269bool rxvt_display::ref_init () 452bool rxvt_display::ref_init ()
270{ 453{
271#ifdef LOCAL_X_IS_UNIX 454#ifdef LOCAL_X_IS_UNIX
272 if (id[0] == ':') 455 if (id[0] == ':')
273 { 456 {
274 val = rxvt_malloc (5 + strlen (id) + 1); 457 char *val = rxvt_temp_buf<char> (5 + strlen (id) + 1);
458
275 strcpy (val, "unix/"); 459 strcpy (val, "unix/");
276 strcat (val, id); 460 strcat (val, id);
461
277 display = XOpenDisplay (val); 462 dpy = XOpenDisplay (val);
278 free (val);
279 } 463 }
280 else 464 else
281#endif 465#endif
282 display = 0; 466 dpy = 0;
283 467
284 if (!display) 468 if (!dpy)
285 display = XOpenDisplay (id); 469 dpy = XOpenDisplay (id);
286 470
287 if (!display) 471 if (!dpy)
288 return false; 472 return false;
289 473
290 screen = DefaultScreen (display); 474 screen = DefaultScreen (dpy);
291 root = DefaultRootWindow (display); 475 root = DefaultRootWindow (dpy);
292 visual = DefaultVisual (display, screen);
293 cmap = DefaultColormap (display, screen);
294 depth = DefaultDepth (display, screen);
295 476
296 assert (sizeof (xa_names) / sizeof (char *) == NUM_XA); 477 assert (ecb_array_length (xa_names) == NUM_XA);
297 XInternAtoms (display, (char **)xa_names, NUM_XA, False, xa); 478 XInternAtoms (dpy, (char **)xa_names, NUM_XA, False, xa);
298 479
299 XrmSetDatabase (display, get_resources ()); 480 XrmSetDatabase (dpy, get_resources (false));
300 481
301#ifdef POINTER_BLANK 482#ifdef POINTER_BLANK
302 XColor blackcolour; 483 XColor blackcolour;
303 blackcolour.red = 0; 484 blackcolour.red = 0;
304 blackcolour.green = 0; 485 blackcolour.green = 0;
305 blackcolour.blue = 0; 486 blackcolour.blue = 0;
306 Font f = XLoadFont (display, "fixed"); 487 Font f = XLoadFont (dpy, "fixed");
307 blank_cursor = XCreateGlyphCursor (display, f, f, ' ', ' ', 488 blank_cursor = XCreateGlyphCursor (dpy, f, f, ' ', ' ',
308 &blackcolour, &blackcolour); 489 &blackcolour, &blackcolour);
309 XUnloadFont (display, f); 490 XUnloadFont (dpy, f);
310#endif 491#endif
311 492
312#ifdef PREFER_24BIT 493 flags = 0;
313 /* 494#if XRENDER
314 * If depth is not 24, look for a 24bit visual. 495 int major, minor;
315 */ 496 if (XRenderQueryVersion (dpy, &major, &minor))
316 if (depth != 24) 497 if (major > 0 || (major == 0 && minor >= 11))
317 { 498 {
318 XVisualInfo vinfo; 499 flags |= DISPLAY_HAS_RENDER;
319 500
320 if (XMatchVisualInfo (display, screen, 24, TrueColor, &vinfo)) 501 if (XFilters *filters = XRenderQueryFilters (dpy, root))
321 { 502 {
322 depth = 24; 503 for (int i = 0; i < filters->nfilter; i++)
323 visual = vinfo.visual; 504 if (!strcmp (filters->filter [i], FilterConvolution))
324 cmap = XCreateColormap (display, 505 flags |= DISPLAY_HAS_RENDER_CONV;
325 RootWindow (display, screen), 506
326 visual, AllocNone); 507 XFree (filters);
327 } 508 }
328 } 509 }
329#endif 510#endif
330 511
331 int fd = XConnectionNumber (display); 512 int fd = XConnectionNumber (dpy);
332 513
333#ifndef NO_SLOW_LINK_SUPPORT
334 // try to detect wether we have a local connection. 514 // try to detect whether we have a local connection.
335 // assume unix domains socket == local, everything else not 515 // assume unix domain socket == local, everything else not
336 // TODO: might want to check for inet/127.0.0.1 516 // TODO: might want to check for inet/127.0.0.1
337 is_local = 0; 517 is_local = 0;
338 sockaddr_un sa; 518 sockaddr_un sa;
339 socklen_t sl = sizeof (sa); 519 socklen_t sl = sizeof (sa);
340 520
341 if (!getsockname (fd, (sockaddr *)&sa, &sl)) 521 if (!getsockname (fd, (sockaddr *)&sa, &sl))
342 is_local = sa.sun_family == AF_LOCAL; 522 is_local = sa.sun_family == AF_UNIX;
343#endif
344 523
524 flush_ev.start ();
345 x_ev.start (fd, EVENT_READ); 525 x_ev.start (fd, ev::READ);
346 fcntl (fd, F_SETFD, FD_CLOEXEC); 526 fcntl (fd, F_SETFD, FD_CLOEXEC);
347 527
348 XSelectInput (display, root, PropertyChangeMask); 528 XSelectInput (dpy, root, PropertyChangeMask);
349 529
350 flush (); 530 flush ();
351 531
352 return true; 532 return true;
353} 533}
354 534
355void 535void
356rxvt_display::ref_next () 536rxvt_display::ref_next ()
357{ 537{
358 // TODO: somehow check wether the database files/resources changed 538 // TODO: somehow check whether the database files/resources changed
359 // before re-loading/parsing 539 // before affording re-loading/parsing
360 XrmDestroyDatabase (XrmGetDatabase (display)); 540 XrmDestroyDatabase (XrmGetDatabase (dpy));
541#if XLIB_ILLEGAL_ACCESS
542 /* work around a bug in XrmSetDatabase where it frees the db */
543 dpy->db = 0;
544#endif
361 XrmSetDatabase (display, get_resources ()); 545 XrmSetDatabase (dpy, get_resources (true));
362} 546}
363 547
364rxvt_display::~rxvt_display () 548rxvt_display::~rxvt_display ()
365{ 549{
366 if (!display) 550 if (!dpy)
367 return; 551 return;
368 552
369#ifdef POINTER_BLANK 553#ifdef POINTER_BLANK
370 XFreeCursor (display, blank_cursor); 554 XFreeCursor (dpy, blank_cursor);
371#endif 555#endif
372 x_ev.stop (); 556 x_ev.stop ();
557 flush_ev.stop ();
373#ifdef USE_XIM 558#if USE_XIM
374 xims.clear (); 559 xims.clear ();
375#endif 560#endif
561 XrmDestroyDatabase (XrmGetDatabase (dpy));
376 XCloseDisplay (display); 562 XCloseDisplay (dpy);
377} 563}
378 564
379#ifdef USE_XIM 565#if USE_XIM
380void rxvt_display::im_change_cb () 566void rxvt_display::im_change_cb ()
381{ 567{
382 for (im_watcher **i = imw.begin (); i != imw.end (); ++i) 568 for (im_watcher **i = imw.begin (); i != imw.end (); ++i)
383 (*i)->call (); 569 (*i)->call ();
384} 570}
389 // registers, as xlib crashes due to a race otherwise. 575 // registers, as xlib crashes due to a race otherwise.
390 Atom actual_type, *atoms; 576 Atom actual_type, *atoms;
391 int actual_format; 577 int actual_format;
392 unsigned long nitems, bytes_after; 578 unsigned long nitems, bytes_after;
393 579
394 if (XGetWindowProperty (display, root, xa[XA_XIM_SERVERS], 0L, 1000000L, 580 if (XGetWindowProperty (dpy, root, xa[XA_XIM_SERVERS], 0L, 1000000L,
395 False, XA_ATOM, &actual_type, &actual_format, 581 False, XA_ATOM, &actual_type, &actual_format,
396 &nitems, &bytes_after, (unsigned char **)&atoms) 582 &nitems, &bytes_after, (unsigned char **)&atoms)
397 != Success ) 583 != Success)
398 return; 584 return;
399 585
400 if (actual_type == XA_ATOM && actual_format == 32) 586 if (actual_type == XA_ATOM && actual_format == 32)
401 for (int i = 0; i < nitems; i++) 587 for (int i = 0; i < nitems; i++)
402 if (XGetSelectionOwner (display, atoms[i])) 588 if (XGetSelectionOwner (dpy, atoms[i]))
403 { 589 {
404 im_change_cb (); 590 im_change_cb ();
405 break; 591 break;
406 } 592 }
407 593
408 XFree (atoms); 594 XFree (atoms);
409} 595}
410#endif 596#endif
411 597
412void rxvt_display::x_cb (io_watcher &w, short revents) 598void rxvt_display::x_cb (ev::io &w, int revents)
413{ 599{
600 flush_ev.start ();
601}
602
603void rxvt_display::flush_cb (ev::prepare &w, int revents)
604{
605 while (XEventsQueued (dpy, QueuedAfterFlush))
414 do 606 do
415 { 607 {
416 XEvent xev; 608 XEvent xev;
417 XNextEvent (display, &xev); 609 XNextEvent (dpy, &xev);
418 610
419#ifdef USE_XIM 611#if USE_XIM
420 if (!XFilterEvent (&xev, None)) 612 if (!XFilterEvent (&xev, None))
421 { 613 {
422 if (xev.type == PropertyNotify 614 if (xev.type == PropertyNotify
423 && xev.xany.window == root 615 && xev.xany.window == root
424 && xev.xproperty.atom == xa[XA_XIM_SERVERS]) 616 && xev.xproperty.atom == xa[XA_XIM_SERVERS])
425 im_change_check (); 617 im_change_check ();
426#endif 618#endif
619 if (xev.type == MappingNotify)
620 XRefreshKeyboardMapping (&xev.xmapping);
621
427 for (int i = xw.size (); i--; ) 622 for (int i = xw.size (); i--; )
428 { 623 {
429 if (!xw[i]) 624 if (!xw[i])
430 xw.erase_unordered (i); 625 xw.erase_unordered (i);
431 else if (xw[i]->window == xev.xany.window) 626 else if (xw[i]->window == xev.xany.window)
432 xw[i]->call (xev); 627 xw[i]->call (xev);
433 } 628 }
434#ifdef USE_XIM 629#if USE_XIM
435 } 630 }
436#endif 631#endif
437 } 632 }
438 while (XEventsQueued (display, QueuedAlready)); 633 while (XEventsQueued (dpy, QueuedAlready));
439 634
440 XFlush (display); 635 w.stop ();
441}
442
443void rxvt_display::flush ()
444{
445 if (XEventsQueued (display, QueuedAlready))
446 x_cb (x_ev, EVENT_READ);
447
448 XFlush (display);
449} 636}
450 637
451void rxvt_display::reg (xevent_watcher *w) 638void rxvt_display::reg (xevent_watcher *w)
452{ 639{
640 if (!w->active)
641 {
453 xw.push_back (w); 642 xw.push_back (w);
454 w->active = xw.size (); 643 w->active = xw.size ();
644 }
455} 645}
456 646
457void rxvt_display::unreg (xevent_watcher *w) 647void rxvt_display::unreg (xevent_watcher *w)
458{ 648{
459 if (w->active) 649 if (w->active)
650 {
460 xw[w->active - 1] = 0; 651 xw[w->active - 1] = 0;
652 w->active = 0;
653 }
461} 654}
462 655
463void rxvt_display::set_selection_owner (rxvt_term *owner) 656void rxvt_display::set_selection_owner (rxvt_term *owner, bool clipboard)
464{ 657{
658 rxvt_term * &cur_owner = !clipboard ? selection_owner : clipboard_owner;
659
465 if (selection_owner && selection_owner != owner) 660 if (cur_owner && cur_owner != owner)
466 selection_owner->selection_clear (); 661 {
662 rxvt_term *term = cur_owner;
663 term->selection_clear (clipboard);
664 term->flush ();
665 }
467 666
468 selection_owner = owner; 667 cur_owner = owner;
469} 668}
470 669
471#ifdef USE_XIM 670#if USE_XIM
671
472void rxvt_display::reg (im_watcher *w) 672void rxvt_display::reg (im_watcher *w)
473{ 673{
474 imw.push_back (w); 674 imw.push_back (w);
475} 675}
476 676
485 int l, m; 685 int l, m;
486 686
487 l = strlen (locale); 687 l = strlen (locale);
488 m = strlen (modifiers); 688 m = strlen (modifiers);
489 689
490 if (!(id = (char *)malloc (l + m + 2))) 690 if (!(id = rxvt_temp_buf<char> (l + m + 2)))
491 return 0; 691 return 0;
492 692
493 memcpy (id, locale, l); id[l] = '\n'; 693 memcpy (id, locale, l); id[l] = '\n';
494 memcpy (id + l + 1, modifiers, m); id[l + m + 1] = 0; 694 memcpy (id + l + 1, modifiers, m); id[l + m + 1] = 0;
495 695
496 rxvt_xim *xim = xims.get (id); 696 rxvt_xim *xim = xims.get (id);
497 697
498 free (id);
499
500 return xim; 698 return xim;
501} 699}
502 700
503void rxvt_display::put_xim (rxvt_xim *xim) 701void rxvt_display::put_xim (rxvt_xim *xim)
504{ 702{
505#if XLIB_IS_RACEFREE 703# if XLIB_IS_RACEFREE
506 xims.put (xim); 704 xims.put (xim);
507#endif 705# endif
508} 706}
707
509#endif 708#endif
510 709
511Atom rxvt_display::atom (const char *name) 710Atom rxvt_display::atom (const char *name)
512{ 711{
513 return XInternAtom (display, name, False); 712 return XInternAtom (dpy, name, False);
713}
714
715Pixmap
716rxvt_display::get_pixmap_property (Atom property)
717{
718 Pixmap pixmap = None;
719
720 int aformat;
721 unsigned long nitems, bytes_after;
722 Atom atype;
723 unsigned char *prop;
724 int result = XGetWindowProperty (dpy, root, property,
725 0L, 1L, False, XA_PIXMAP, &atype, &aformat,
726 &nitems, &bytes_after, &prop);
727 if (result == Success)
728 {
729 if (atype == XA_PIXMAP)
730 pixmap = *(Pixmap *)prop;
731 XFree (prop);
732 }
733
734 return pixmap;
514} 735}
515 736
516///////////////////////////////////////////////////////////////////////////// 737/////////////////////////////////////////////////////////////////////////////
517 738
518template class refcache<rxvt_display>; 739template class refcache<rxvt_display>;
519refcache<rxvt_display> displays; 740refcache<rxvt_display> displays;
520 741
521///////////////////////////////////////////////////////////////////////////// 742/////////////////////////////////////////////////////////////////////////////
522 743//
744
745static unsigned int
746insert_component (unsigned int value, unsigned int mask, unsigned int shift)
747{
748 return (value * (mask + 1) >> 16) << shift;
749}
750
523bool 751bool
524rxvt_color::set (rxvt_display *display, Pixel p) 752rxvt_color::alloc (rxvt_screen *screen, const rgba &color)
525{ 753{
754 //TODO: only supports 24 bit
755 unsigned int alpha = color.a >= 0xff00 ? 0xffff : color.a;
756
526#if XFT 757#if XFT
527 XColor xc; 758 XRenderPictFormat *format;
528 759
529 xc.pixel = p; 760 // FUCKING Xft gets it wrong, of course, so work around it.
530 if (!XQueryColor (display->display, display->cmap, &xc)) 761 // Transparency users should eat shit and die, and then
531 return false; 762 // XRenderQueryPictIndexValues themselves plenty.
763 if ((screen->visual->c_class == TrueColor)
764 && (format = XRenderFindVisualFormat (screen->dpy, screen->visual)))
765 {
766 // the fun lies in doing everything manually...
767 c.color.red = color.r;
768 c.color.green = color.g;
769 c.color.blue = color.b;
770 c.color.alpha = alpha;
532 771
772 // Xft wants premultiplied alpha, but abuses the alpha channel
773 // as blend factor, and doesn't allow us to set the alpha channel
774 c.color.red = c.color.red * alpha / 0xffff;
775 c.color.green = c.color.green * alpha / 0xffff;
776 c.color.blue = c.color.blue * alpha / 0xffff;
777
778 c.pixel = insert_component (c.color.red , format->direct.redMask , format->direct.red )
779 | insert_component (c.color.green, format->direct.greenMask, format->direct.green)
780 | insert_component (c.color.blue , format->direct.blueMask , format->direct.blue )
781 | insert_component (alpha , format->direct.alphaMask, format->direct.alpha);
782
783 return true;
784 }
785 else
786 {
533 XRenderColor d; 787 XRenderColor d;
534 788
535 d.red = xc.red; 789 d.red = color.r;
536 d.green = xc.green; 790 d.green = color.g;
537 d.blue = xc.blue; 791 d.blue = color.b;
538 d.alpha = 0xffff; 792 d.alpha = alpha;
539 793
540 return 794 if (XftColorAllocValue (screen->dpy, screen->visual, screen->cmap, &d, &c))
541 XftColorAllocValue (display->display, 795 return true;
542 display->visual, 796 }
543 display->cmap,
544 &d, &c);
545#else 797#else
546 this->p = p; 798 c.red = color.r;
547#endif 799 c.green = color.g;
800 c.blue = color.b;
548 801
802 if (screen->visual->c_class == TrueColor)
803 {
804 c.pixel = (color.r >> (16 - ecb_popcount32 (screen->visual->red_mask )) << ecb_ctz32 (screen->visual->red_mask ))
805 | (color.g >> (16 - ecb_popcount32 (screen->visual->green_mask)) << ecb_ctz32 (screen->visual->green_mask))
806 | (color.b >> (16 - ecb_popcount32 (screen->visual->blue_mask )) << ecb_ctz32 (screen->visual->blue_mask ));
807
808 return true;
809 }
810 else if (XAllocColor (screen->dpy, screen->cmap, &c))
549 return true; 811 return true;
812#endif
813
814 //TODO: set c.color* or c.*
815 c.pixel = (color.r * 2 + color.g * 3 + color.b) >= 0x8000 * 6
816 ? WhitePixelOfScreen (DefaultScreenOfDisplay (screen->dpy))
817 : BlackPixelOfScreen (DefaultScreenOfDisplay (screen->dpy));
818
819 return false;
550} 820}
551 821
552bool 822bool
553rxvt_color::set (rxvt_display *display, const char *name) 823rxvt_color::set (rxvt_screen *screen, const char *name)
824{
825 rgba c;
826 char eos;
827 int skip;
828
829 c.a = rgba::MAX_CC;
830
831 // parse the nonstandard "[alphapercent]" prefix
832 if (1 <= sscanf (name, "[%hd]%n", &c.a, &skip))
833 {
834 c.a = lerp<int, int, int> (0, rgba::MAX_CC, c.a);
835 name += skip;
836 }
837
838 // parse the non-standard "rgba:rrrr/gggg/bbbb/aaaa" format
839 if (strlen (name) != 4+5*4 || 4 != sscanf (name, "rgba:%4hx/%4hx/%4hx/%4hx%c", &c.r, &c.g, &c.b, &c.a, &eos))
840 {
841 XColor xc;
842
843 if (XParseColor (screen->dpy, screen->cmap, name, &xc))
844 {
845 c.r = xc.red;
846 c.g = xc.green;
847 c.b = xc.blue;
848 }
849 else
850 {
851 c.r = 0xffff;
852 c.g = 0x6969;
853 c.b = 0xb4b4;
854
855 rxvt_warn ("unable to parse color '%s', using pink instead.\n", name);
856 }
857 }
858
859 return set (screen, c);
860}
861
862bool
863rxvt_color::set (rxvt_screen *screen, const rgba &color)
864{
865 bool got = alloc (screen, color);
866
867#if !ENABLE_MINIMAL
868 int cmap_size = screen->visual->map_entries;
869
870 if (!got
871 && screen->visual->c_class == PseudoColor
872 && cmap_size < 4096)
873 {
874 XColor *colors = new XColor [screen->visual->map_entries];
875
876 for (int i = 0; i < cmap_size; i++)
877 colors [i].pixel = i;
878
879 // many kilobytes transfer per colour, but pseudocolor isn't worth
880 // many extra optimisations.
881 XQueryColors (screen->dpy, screen->cmap, colors, cmap_size);
882
883 while (cmap_size)
884 {
885 int diff = 0x7fffffffL;
886 XColor *best = colors;
887
888 for (int i = 0; i < cmap_size; i++)
889 {
890 // simple weighted rgb distance sucks, but keeps it simple
891 int d = abs (color.r - colors [i].red ) * 2
892 + abs (color.g - colors [i].green) * 3
893 + abs (color.b - colors [i].blue );
894
895 if (d < diff)
896 {
897 diff = d;
898 best = colors + i;
899 }
900 }
901
902 //rxvt_warn ("could not allocate %04x %04x %04x, getting %04x %04x %04x instead (%d,%d)\n",
903 // color.r, color.g, color.b, best->red, best->green, best->blue, diff, best - colors);
904
905 got = alloc (screen, rgba (best->red, best->green, best->blue));
906
907 if (got)
908 break;
909
910 *best = colors [--cmap_size];
911 }
912
913 delete [] colors;
914 }
915#endif
916
917 return got;
918}
919
920void
921rxvt_color::get (rgba &color) const
554{ 922{
555#if XFT 923#if XFT
556 return XftColorAllocName (display->display, display->visual, display->cmap, 924 //TODO premultiplied alpha??
557 name, &c); 925 color.r = c.color.red;
926 color.g = c.color.green;
927 color.b = c.color.blue;
928 color.a = c.color.alpha;
558#else 929#else
559 XColor xc; 930 color.r = c.red;
931 color.g = c.green;
932 color.b = c.blue;
933 color.a = rgba::MAX_CC;
934#endif
935}
560 936
561 if (XParseColor (display->display, display->cmap, name, &xc)) 937void
562 return set (display, xc.red, xc.green, xc.blue); 938rxvt_color::get (XColor &color) const
939{
940 rgba c;
941 get (c);
942
943 color.red = c.r;
944 color.green = c.g;
945 color.blue = c.b;
946 color.pixel = (Pixel)*this;
947}
948
949void
950rxvt_color::free (rxvt_screen *screen)
951{
952 if (screen->visual->c_class == TrueColor)
953 return; // nothing to do
954
955#if XFT
956 XftColorFree (screen->dpy, screen->visual, screen->cmap, &c);
957#else
958 XFreeColors (screen->dpy, screen->cmap, &c.pixel, 1, AllPlanes);
959#endif
960}
961
962void
963rxvt_color::fade (rxvt_screen *screen, int percent, rxvt_color &result, const rgba &to)
964{
965 rgba c;
966 get (c);
967
968 result.set (
969 screen,
970 rgba (
971 lerp (c.r, to.r, percent),
972 lerp (c.g, to.g, percent),
973 lerp (c.b, to.b, percent),
974 lerp (c.a, to.a, percent)
975 )
976 );
977}
978
979rxvt_selection::rxvt_selection (rxvt_display *disp, int selnum, Time tm, Window win, Atom prop, rxvt_term *term)
980: display (disp), request_time (tm), request_win (win), request_prop (prop), term (term)
981{
982 assert (selnum >= Sel_Primary && selnum <= Sel_Clipboard);
983
984 timer_ev.set<rxvt_selection, &rxvt_selection::timer_cb> (this);
985 timer_ev.repeat = 10.;
986 x_ev.set<rxvt_selection, &rxvt_selection::x_cb> (this);
987
988 incr_buf = 0;
989 incr_buf_size = incr_buf_fill = 0;
990 selection_wait = Sel_normal;
991 selection_type = selnum;
992 cb_sv = 0;
993}
994
995void
996rxvt_selection::stop ()
997{
998 free (incr_buf);
999 incr_buf = 0;
1000 timer_ev.stop ();
1001 x_ev.stop (display);
1002}
1003
1004rxvt_selection::~rxvt_selection ()
1005{
1006 stop ();
1007}
1008
1009void
1010rxvt_selection::run ()
1011{
1012 int selnum = selection_type;
1013
1014#if ENABLE_FRILLS
1015 if (selnum == Sel_Primary && display->selection_owner)
1016 {
1017 /* internal selection */
1018 char *str = rxvt_wcstombs (display->selection_owner->selection.text, display->selection_owner->selection.len);
1019 finish (str, strlen (str));
1020 free (str);
1021 return;
1022 }
1023#endif
1024
1025#if X_HAVE_UTF8_STRING
1026 selection_type = Sel_UTF8String;
1027 if (request (display->xa[XA_UTF8_STRING], selnum))
1028 return;
1029#else
1030 selection_type = Sel_CompoundText;
1031 if (request (display->xa[XA_COMPOUND_TEXT], selnum))
1032 return;
1033#endif
1034
1035 // fallback to CUT_BUFFER0 if the requested property has no owner
1036 handle_selection (display->root, XA_CUT_BUFFER0, false);
1037}
1038
1039void
1040rxvt_selection::finish (char *data, unsigned int len)
1041{
1042 if (!cb_sv)
1043 {
1044 if (data)
1045 term->paste (data, len);
1046
1047 term->selection_req = 0;
1048 delete this;
1049 }
1050#if ENABLE_PERL
1051 else
1052 {
1053 stop (); // we do not really trust perl callbacks
1054 rxvt_perl.selection_finish (this, data, len);
1055 }
1056#endif
1057}
1058
1059bool
1060rxvt_selection::request (Atom target, int selnum)
1061{
1062 Atom sel;
1063
1064 selection_type |= selnum;
1065
1066 if (selnum == Sel_Primary)
1067 sel = XA_PRIMARY;
1068 else if (selnum == Sel_Secondary)
1069 sel = XA_SECONDARY;
1070 else
1071 sel = display->xa[XA_CLIPBOARD];
1072
1073 if (XGetSelectionOwner (display->dpy, sel) != None)
1074 {
1075 XConvertSelection (display->dpy, sel, target, request_prop,
1076 request_win, request_time);
1077 x_ev.start (display, request_win);
1078 timer_ev.again ();
1079 return true;
1080 }
563 1081
564 return false; 1082 return false;
565#endif
566} 1083}
567 1084
568bool
569rxvt_color::set (rxvt_display *display, unsigned short cr, unsigned short cg, unsigned short cb)
570{
571 XColor xc;
572
573 xc.red = cr;
574 xc.green = cg;
575 xc.blue = cb;
576 xc.flags = DoRed | DoGreen | DoBlue;
577
578 if (XAllocColor (display->display, display->cmap, &xc))
579 return set (display, xc.pixel);
580
581 return false;
582}
583
584void 1085void
585rxvt_color::get (rxvt_display *display, unsigned short &cr, unsigned short &cg, unsigned short &cb) 1086rxvt_selection::handle_selection (Window win, Atom prop, bool delete_prop)
586{ 1087{
587#if XFT 1088 Display *dpy = display->dpy;
588 cr = c.color.red; 1089 char *data = 0;
589 cg = c.color.green; 1090 unsigned int data_len = 0;
590 cb = c.color.blue; 1091 unsigned long bytes_after;
591#else 1092 XTextProperty ct;
592 XColor c;
593 1093
594 c.pixel = p; 1094 // check for failed XConvertSelection
595 XQueryColor (display->display, display->cmap, &c); 1095 if (prop == None)
1096 {
1097 bool error = true;
1098 int selnum = selection_type & Sel_whereMask;
596 1099
597 cr = c.red; 1100 if (selection_type & Sel_CompoundText)
598 cg = c.green; 1101 {
599 cb = c.blue; 1102 selection_type = 0;
600#endif 1103 error = !request (XA_STRING, selnum);
601} 1104 }
602 1105
1106 if (selection_type & Sel_UTF8String)
1107 {
1108 selection_type = Sel_CompoundText;
1109 error = !request (display->xa[XA_COMPOUND_TEXT], selnum);
1110 }
1111
1112 if (error)
1113 {
1114 ct.value = 0;
1115 goto bailout;
1116 }
1117
1118 return;
1119 }
1120
1121 // length == (2^31 - 1) / 4, as gdk
1122 if (XGetWindowProperty (dpy, win, prop,
1123 0, 0x1fffffff,
1124 delete_prop, AnyPropertyType,
1125 &ct.encoding, &ct.format,
1126 &ct.nitems, &bytes_after,
1127 &ct.value) != Success)
1128 {
1129 ct.value = 0;
1130 goto bailout;
1131 }
1132
1133 if (ct.encoding == None)
1134 goto bailout;
1135
1136 if (ct.value == 0)
1137 goto bailout;
1138
1139 if (ct.encoding == display->xa[XA_INCR])
1140 {
1141 // INCR selection, start handshake
1142 if (!delete_prop)
1143 XDeleteProperty (dpy, win, prop);
1144
1145 selection_wait = Sel_incr;
1146 timer_ev.again ();
1147
1148 goto bailout;
1149 }
1150
1151 if (ct.nitems == 0)
1152 {
1153 if (selection_wait == Sel_incr)
1154 {
1155 XFree (ct.value);
1156
1157 // finally complete, now paste the whole thing
1158 selection_wait = Sel_normal;
1159 ct.value = (unsigned char *)incr_buf;
1160 ct.nitems = incr_buf_fill;
1161 incr_buf = 0;
1162 timer_ev.stop ();
1163 }
1164 else
1165 {
1166 // avoid recursion
1167 if (win != display->root || prop != XA_CUT_BUFFER0)
1168 {
1169 XFree (ct.value);
1170
1171 // fallback to CUT_BUFFER0 if the requested property
1172 // has an owner but is empty
1173 handle_selection (display->root, XA_CUT_BUFFER0, False);
1174 return;
1175 }
1176
1177 goto bailout;
1178 }
1179 }
1180 else if (selection_wait == Sel_incr)
1181 {
1182 timer_ev.again ();
1183
1184 while (incr_buf_fill + ct.nitems > incr_buf_size)
1185 {
1186 incr_buf_size = incr_buf_size ? incr_buf_size * 2 : 128*1024;
1187 incr_buf = (char *)rxvt_realloc (incr_buf, incr_buf_size);
1188 }
1189
1190 memcpy (incr_buf + incr_buf_fill, ct.value, ct.nitems);
1191 incr_buf_fill += ct.nitems;
1192
1193 goto bailout;
1194 }
1195
1196 char **cl;
1197 int cr;
1198
1199 // we honour the first item only
1200
1201#if !ENABLE_MINIMAL
1202 // xlib is horribly broken with respect to UTF8_STRING, and nobody cares to fix it
1203 // so recode it manually
1204 if (ct.encoding == display->xa[XA_UTF8_STRING])
1205 {
1206 wchar_t *w = rxvt_utf8towcs ((const char *)ct.value, ct.nitems);
1207 data = rxvt_wcstombs (w);
1208 free (w);
1209 }
1210 else
1211#endif
1212 if (XmbTextPropertyToTextList (dpy, &ct, &cl, &cr) >= 0
1213 && cl)
1214 {
1215 data = strdup (cl[0]);
1216 XFreeStringList (cl);
1217 }
1218 else
1219 {
1220 // paste raw
1221 data = strdup ((const char *)ct.value);
1222 }
1223
1224 data_len = strlen (data);
1225
1226bailout:
1227 XFree (ct.value);
1228
1229 if (selection_wait == Sel_normal)
1230 {
1231 finish (data, data_len);
1232 free (data);
1233 }
1234}
1235
603void 1236void
604rxvt_color::free (rxvt_display *display) 1237rxvt_selection::timer_cb (ev::timer &w, int revents)
605{ 1238{
606#if XFT 1239 if (selection_wait == Sel_incr)
607 XftColorFree (display->display, display->visual, display->cmap, &c); 1240 rxvt_warn ("data loss: timeout on INCR selection paste, ignoring.\n");
608#else
609 XFreeColors (display->display, display->cmap, &p, 1, AllPlanes);
610#endif
611}
612 1241
613rxvt_color 1242 finish ();
614rxvt_color::fade (rxvt_display *display, int percent)
615{
616 percent = 100 - percent;
617
618 unsigned short cr, cg, cb;
619 rxvt_color faded;
620
621 get (display, cr, cg, cb);
622
623 faded.set (
624 display,
625 cr * percent / 100,
626 cg * percent / 100,
627 cb * percent / 100
628 );
629
630 return faded;
631} 1243}
632 1244
633#define LERP(a,b,p) (a * p + b * (100 - p)) / 100 1245void
634 1246rxvt_selection::x_cb (XEvent &xev)
635rxvt_color
636rxvt_color::fade (rxvt_display *display, int percent, rxvt_color &fadeto)
637{ 1247{
638 percent = 100 - percent; 1248 switch (xev.type)
1249 {
1250 case PropertyNotify:
1251 if (selection_wait == Sel_incr
1252 && xev.xproperty.atom == request_prop
1253 && xev.xproperty.state == PropertyNewValue)
1254 handle_selection (xev.xproperty.window, xev.xproperty.atom, true);
1255 break;
639 1256
640 unsigned short cr, cg, cb; 1257 case SelectionNotify:
641 unsigned short fcr, fcg, fcb; 1258 if (selection_wait == Sel_normal
642 rxvt_color faded; 1259 && xev.xselection.time == request_time)
643 1260 {
644 get (display, cr, cg, cb); 1261 timer_ev.stop ();
645 fadeto.get(display, fcr, fcg, fcb); 1262 handle_selection (xev.xselection.requestor, xev.xselection.property, true);
646 1263 }
647 faded.set ( 1264 break;
648 display, 1265 }
649 LERP (cr, fcr, percent),
650 LERP (cg, fcg, percent),
651 LERP (cb, fcb, percent)
652 );
653
654 return faded;
655} 1266}
656

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines