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

Comparing rxvt-unicode/src/rxvttoolkit.h (file contents):
Revision 1.52 by sf-exg, Sat Feb 12 00:30:01 2011 UTC vs.
Revision 1.66 by root, Thu Jun 14 17:06:57 2012 UTC

1/*----------------------------------------------------------------------* 1/*----------------------------------------------------------------------*
2 * File: rxvttoolkit.h - provide toolkit-functionality for rxvt. 2 * File: rxvttoolkit.h - provide toolkit-functionality for rxvt.
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-2006 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 * Copyright (c) 2011 Emanuele Giaquinta <e.giaquinta@glauco.it>
8 * 8 *
9 * 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
10 * 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
11 * the Free Software Foundation; either version 2 of the License, or 11 * the Free Software Foundation; either version 2 of the License, or
178#endif 178#endif
179}; 179};
180 180
181///////////////////////////////////////////////////////////////////////////// 181/////////////////////////////////////////////////////////////////////////////
182 182
183#ifdef USE_XIM 183#if USE_XIM
184struct rxvt_xim : refcounted 184struct rxvt_xim : refcounted
185{ 185{
186 void destroy (); 186 void destroy ();
187 rxvt_display *display; 187 rxvt_display *display;
188 188
212 212
213 rxvt_screen (); 213 rxvt_screen ();
214#endif 214#endif
215 215
216 void set (rxvt_display *disp); 216 void set (rxvt_display *disp);
217 void select_visual (int bitdepth); 217 void select_visual (int id);
218 void select_depth (int bitdepth); // select visual by depth
218 void clear (); 219 void clear ();
220};
221
222enum
223{
224 DISPLAY_HAS_RENDER = 1 << 0,
225 DISPLAY_HAS_RENDER_CONV = 1 << 1,
219}; 226};
220 227
221struct rxvt_display : refcounted 228struct rxvt_display : refcounted
222{ 229{
223 event_vec<xevent_watcher> xw; 230 event_vec<xevent_watcher> xw;
224 231
225 ev::prepare flush_ev; void flush_cb (ev::prepare &w, int revents); 232 ev::prepare flush_ev; void flush_cb (ev::prepare &w, int revents);
226 ev::io x_ev ; void x_cb (ev::io &w, int revents); 233 ev::io x_ev ; void x_cb (ev::io &w, int revents);
227 234
228#ifdef USE_XIM 235#if USE_XIM
229 refcache<rxvt_xim> xims; 236 refcache<rxvt_xim> xims;
230 vector<im_watcher *> imw; 237 vector<im_watcher *> imw;
231 238
232 void im_change_cb (); 239 void im_change_cb ();
233 void im_change_check (); 240 void im_change_check ();
242 Atom xa[NUM_XA]; 249 Atom xa[NUM_XA];
243 bool is_local; 250 bool is_local;
244#ifdef POINTER_BLANK 251#ifdef POINTER_BLANK
245 Cursor blank_cursor; 252 Cursor blank_cursor;
246#endif 253#endif
254 uint8_t flags;
247 255
248 rxvt_display (const char *id); 256 rxvt_display (const char *id);
249 XrmDatabase get_resources (bool refresh); 257 XrmDatabase get_resources (bool refresh);
250 bool ref_init (); 258 bool ref_init ();
251 void ref_next (); 259 void ref_next ();
255 { 263 {
256 flush_ev.start (); 264 flush_ev.start ();
257 } 265 }
258 266
259 Atom atom (const char *name); 267 Atom atom (const char *name);
268 Pixmap get_pixmap_property (Atom property);
260 void set_selection_owner (rxvt_term *owner, bool clipboard); 269 void set_selection_owner (rxvt_term *owner, bool clipboard);
261 270
262 void reg (xevent_watcher *w); 271 void reg (xevent_watcher *w);
263 void unreg (xevent_watcher *w); 272 void unreg (xevent_watcher *w);
264 273
265#ifdef USE_XIM 274#if USE_XIM
266 void reg (im_watcher *w); 275 void reg (im_watcher *w);
267 void unreg (im_watcher *w); 276 void unreg (im_watcher *w);
268 277
269 rxvt_xim *get_xim (const char *locale, const char *modifiers); 278 rxvt_xim *get_xim (const char *locale, const char *modifiers);
270 void put_xim (rxvt_xim *xim); 279 void put_xim (rxvt_xim *xim);
271#endif 280#endif
272}; 281};
273 282
274#ifdef USE_XIM 283#if USE_XIM
275struct im_watcher : rxvt_watcher, callback<void (void)> 284struct im_watcher : rxvt_watcher, callback<void (void)>
276{ 285{
277 void start (rxvt_display *display) 286 void start (rxvt_display *display)
278 { 287 {
279 display->reg (this); 288 display->reg (this);
345 } 354 }
346 355
347 bool alloc (rxvt_screen *screen, const rgba &color); 356 bool alloc (rxvt_screen *screen, const rgba &color);
348 void free (rxvt_screen *screen); 357 void free (rxvt_screen *screen);
349 358
359 operator rgba () const
360 {
361 rgba c;
362 get (c);
363 return c;
364 }
350 void get (rgba &color); 365 void get (rgba &color) const;
351 void get (XColor &color); 366 void get (XColor &color) const;
352 367
353 bool set (rxvt_screen *screen, const char *name); 368 bool set (rxvt_screen *screen, const char *name);
354 bool set (rxvt_screen *screen, const rgba &color); 369 bool set (rxvt_screen *screen, const rgba &color);
355 370
356 void fade (rxvt_screen *screen, int percent, rxvt_color &result, const rgba &to = rgba (0, 0, 0)); 371 void fade (rxvt_screen *screen, int percent, rxvt_color &result, const rgba &to = rgba (0, 0, 0));
363#define Sel_Clipboard 0x03 378#define Sel_Clipboard 0x03
364#define Sel_whereMask 0x0f 379#define Sel_whereMask 0x0f
365#define Sel_CompoundText 0x10 /* last request was COMPOUND_TEXT */ 380#define Sel_CompoundText 0x10 /* last request was COMPOUND_TEXT */
366#define Sel_UTF8String 0x20 /* last request was UTF8_STRING */ 381#define Sel_UTF8String 0x20 /* last request was UTF8_STRING */
367 382
368typedef void (*sel_cb)(char *data, unsigned int len, struct rxvt_selection *rs, void *ptr);
369
370struct rxvt_selection 383struct rxvt_selection
371{ 384{
372 rxvt_selection (rxvt_display *disp, int selnum, Time tm, Window win, Atom prop, sel_cb cb, void *ptr); 385 rxvt_selection (rxvt_display *disp, int selnum, Time tm, Window win, Atom prop, rxvt_term *term);
373 void run (); 386 void run ();
374 ~rxvt_selection (); 387 ~rxvt_selection ();
375 388
376private: 389 rxvt_term *term; // terminal to paste to, may be 0
390 void *cb_sv; // managed by perl
391
377 rxvt_display *display; 392 rxvt_display *display;
378 Time request_time; 393 Time request_time;
379 Window request_win; 394 Window request_win;
380 Atom request_prop; 395 Atom request_prop;
381 sel_cb request_cb;
382 void *user_data;
383 396
397private:
384 unsigned char selection_wait; 398 unsigned char selection_wait;
385 unsigned char selection_type; 399 unsigned char selection_type;
386 400
387 char *incr_buf; 401 char *incr_buf;
388 size_t incr_buf_size, incr_buf_fill; 402 size_t incr_buf_size, incr_buf_fill;
389 403
390 void timer_cb (ev::timer &w, int revents); ev::timer timer_ev; 404 void timer_cb (ev::timer &w, int revents); ev::timer timer_ev;
391 void x_cb (XEvent &xev); xevent_watcher x_ev; 405 void x_cb (XEvent &xev); xevent_watcher x_ev;
392 406
407 void finish (char *data = 0, unsigned int len = 0);
393 void stop (); 408 void stop ();
394 bool request (Atom target, int selnum); 409 bool request (Atom target, int selnum);
395 void handle_selection (Window win, Atom prop, bool delete_prop); 410 void handle_selection (Window win, Atom prop, bool delete_prop);
396}; 411};
397 412

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines