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.64 by root, Thu Jun 7 16:04:31 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 DISPLAY_HAS_RENDER = 1 << 0,
224 DISPLAY_HAS_RENDER_10 = 1 << 1,
225 DISPLAY_HAS_RENDER_MUL = 1 << 2,
226 DISPLAY_HAS_RENDER_CONV = 1 << 3,
219}; 227};
220 228
221struct rxvt_display : refcounted 229struct rxvt_display : refcounted
222{ 230{
223 event_vec<xevent_watcher> xw; 231 event_vec<xevent_watcher> xw;
224 232
225 ev::prepare flush_ev; void flush_cb (ev::prepare &w, int revents); 233 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); 234 ev::io x_ev ; void x_cb (ev::io &w, int revents);
227 235
228#ifdef USE_XIM 236#if USE_XIM
229 refcache<rxvt_xim> xims; 237 refcache<rxvt_xim> xims;
230 vector<im_watcher *> imw; 238 vector<im_watcher *> imw;
231 239
232 void im_change_cb (); 240 void im_change_cb ();
233 void im_change_check (); 241 void im_change_check ();
242 Atom xa[NUM_XA]; 250 Atom xa[NUM_XA];
243 bool is_local; 251 bool is_local;
244#ifdef POINTER_BLANK 252#ifdef POINTER_BLANK
245 Cursor blank_cursor; 253 Cursor blank_cursor;
246#endif 254#endif
255 uint8_t flags;
247 256
248 rxvt_display (const char *id); 257 rxvt_display (const char *id);
249 XrmDatabase get_resources (bool refresh); 258 XrmDatabase get_resources (bool refresh);
250 bool ref_init (); 259 bool ref_init ();
251 void ref_next (); 260 void ref_next ();
255 { 264 {
256 flush_ev.start (); 265 flush_ev.start ();
257 } 266 }
258 267
259 Atom atom (const char *name); 268 Atom atom (const char *name);
269 Pixmap get_pixmap_property (Atom property);
260 void set_selection_owner (rxvt_term *owner, bool clipboard); 270 void set_selection_owner (rxvt_term *owner, bool clipboard);
261 271
262 void reg (xevent_watcher *w); 272 void reg (xevent_watcher *w);
263 void unreg (xevent_watcher *w); 273 void unreg (xevent_watcher *w);
264 274
265#ifdef USE_XIM 275#if USE_XIM
266 void reg (im_watcher *w); 276 void reg (im_watcher *w);
267 void unreg (im_watcher *w); 277 void unreg (im_watcher *w);
268 278
269 rxvt_xim *get_xim (const char *locale, const char *modifiers); 279 rxvt_xim *get_xim (const char *locale, const char *modifiers);
270 void put_xim (rxvt_xim *xim); 280 void put_xim (rxvt_xim *xim);
271#endif 281#endif
272}; 282};
273 283
274#ifdef USE_XIM 284#if USE_XIM
275struct im_watcher : rxvt_watcher, callback<void (void)> 285struct im_watcher : rxvt_watcher, callback<void (void)>
276{ 286{
277 void start (rxvt_display *display) 287 void start (rxvt_display *display)
278 { 288 {
279 display->reg (this); 289 display->reg (this);
345 } 355 }
346 356
347 bool alloc (rxvt_screen *screen, const rgba &color); 357 bool alloc (rxvt_screen *screen, const rgba &color);
348 void free (rxvt_screen *screen); 358 void free (rxvt_screen *screen);
349 359
350 void get (rgba &color); 360 void get (rgba &color) const;
351 void get (XColor &color); 361 void get (XColor &color) const;
352 362
353 bool set (rxvt_screen *screen, const char *name); 363 bool set (rxvt_screen *screen, const char *name);
354 bool set (rxvt_screen *screen, const rgba &color); 364 bool set (rxvt_screen *screen, const rgba &color);
355 365
356 void fade (rxvt_screen *screen, int percent, rxvt_color &result, const rgba &to = rgba (0, 0, 0)); 366 void fade (rxvt_screen *screen, int percent, rxvt_color &result, const rgba &to = rgba (0, 0, 0));
363#define Sel_Clipboard 0x03 373#define Sel_Clipboard 0x03
364#define Sel_whereMask 0x0f 374#define Sel_whereMask 0x0f
365#define Sel_CompoundText 0x10 /* last request was COMPOUND_TEXT */ 375#define Sel_CompoundText 0x10 /* last request was COMPOUND_TEXT */
366#define Sel_UTF8String 0x20 /* last request was UTF8_STRING */ 376#define Sel_UTF8String 0x20 /* last request was UTF8_STRING */
367 377
368typedef void (*sel_cb)(char *data, unsigned int len, struct rxvt_selection *rs, void *ptr);
369
370struct rxvt_selection 378struct rxvt_selection
371{ 379{
372 rxvt_selection (rxvt_display *disp, int selnum, Time tm, Window win, Atom prop, sel_cb cb, void *ptr); 380 rxvt_selection (rxvt_display *disp, int selnum, Time tm, Window win, Atom prop, rxvt_term *term);
373 void run (); 381 void run ();
374 ~rxvt_selection (); 382 ~rxvt_selection ();
375 383
376private: 384 rxvt_term *term; // terminal to paste to, may be 0
385 void *cb_sv; // managed by perl
386
377 rxvt_display *display; 387 rxvt_display *display;
378 Time request_time; 388 Time request_time;
379 Window request_win; 389 Window request_win;
380 Atom request_prop; 390 Atom request_prop;
381 sel_cb request_cb;
382 void *user_data;
383 391
392private:
384 unsigned char selection_wait; 393 unsigned char selection_wait;
385 unsigned char selection_type; 394 unsigned char selection_type;
386 395
387 char *incr_buf; 396 char *incr_buf;
388 size_t incr_buf_size, incr_buf_fill; 397 size_t incr_buf_size, incr_buf_fill;
389 398
390 void timer_cb (ev::timer &w, int revents); ev::timer timer_ev; 399 void timer_cb (ev::timer &w, int revents); ev::timer timer_ev;
391 void x_cb (XEvent &xev); xevent_watcher x_ev; 400 void x_cb (XEvent &xev); xevent_watcher x_ev;
392 401
402 void finish (char *data = 0, unsigned int len = 0);
393 void stop (); 403 void stop ();
394 bool request (Atom target, int selnum); 404 bool request (Atom target, int selnum);
395 void handle_selection (Window win, Atom prop, bool delete_prop); 405 void handle_selection (Window win, Atom prop, bool delete_prop);
396}; 406};
397 407

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines