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.46 by root, Tue Nov 4 11:03:29 2008 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 * 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 2 of the License, or
11 * (at your option) any later version. 12 * (at your option) any later version.
177#endif 178#endif
178}; 179};
179 180
180///////////////////////////////////////////////////////////////////////////// 181/////////////////////////////////////////////////////////////////////////////
181 182
182#ifdef USE_XIM 183#if USE_XIM
183struct rxvt_xim : refcounted 184struct rxvt_xim : refcounted
184{ 185{
185 void destroy (); 186 void destroy ();
186 rxvt_display *display; 187 rxvt_display *display;
187 188
211 212
212 rxvt_screen (); 213 rxvt_screen ();
213#endif 214#endif
214 215
215 void set (rxvt_display *disp); 216 void set (rxvt_display *disp);
216 void select_visual (int bitdepth); 217 void select_visual (int id);
218 void select_depth (int bitdepth); // select visual by depth
217 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,
218}; 227};
219 228
220struct rxvt_display : refcounted 229struct rxvt_display : refcounted
221{ 230{
222 event_vec<xevent_watcher> xw; 231 event_vec<xevent_watcher> xw;
223 232
224 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);
225 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);
226 235
227#ifdef USE_XIM 236#if USE_XIM
228 refcache<rxvt_xim> xims; 237 refcache<rxvt_xim> xims;
229 vector<im_watcher *> imw; 238 vector<im_watcher *> imw;
230 239
231 void im_change_cb (); 240 void im_change_cb ();
232 void im_change_check (); 241 void im_change_check ();
235//public 244//public
236 Display *dpy; 245 Display *dpy;
237 int screen; 246 int screen;
238 Window root; 247 Window root;
239 rxvt_term *selection_owner; 248 rxvt_term *selection_owner;
249 rxvt_term *clipboard_owner;
240 Atom xa[NUM_XA]; 250 Atom xa[NUM_XA];
241 bool is_local; 251 bool is_local;
242#ifdef POINTER_BLANK 252#ifdef POINTER_BLANK
243 Cursor blank_cursor; 253 Cursor blank_cursor;
244#endif 254#endif
255 uint8_t flags;
245 256
246 rxvt_display (const char *id); 257 rxvt_display (const char *id);
247 XrmDatabase get_resources (bool refresh); 258 XrmDatabase get_resources (bool refresh);
248 bool ref_init (); 259 bool ref_init ();
249 void ref_next (); 260 void ref_next ();
253 { 264 {
254 flush_ev.start (); 265 flush_ev.start ();
255 } 266 }
256 267
257 Atom atom (const char *name); 268 Atom atom (const char *name);
269 Pixmap get_pixmap_property (Atom property);
258 void set_selection_owner (rxvt_term *owner); 270 void set_selection_owner (rxvt_term *owner, bool clipboard);
259 271
260 void reg (xevent_watcher *w); 272 void reg (xevent_watcher *w);
261 void unreg (xevent_watcher *w); 273 void unreg (xevent_watcher *w);
262 274
263#ifdef USE_XIM 275#if USE_XIM
264 void reg (im_watcher *w); 276 void reg (im_watcher *w);
265 void unreg (im_watcher *w); 277 void unreg (im_watcher *w);
266 278
267 rxvt_xim *get_xim (const char *locale, const char *modifiers); 279 rxvt_xim *get_xim (const char *locale, const char *modifiers);
268 void put_xim (rxvt_xim *xim); 280 void put_xim (rxvt_xim *xim);
269#endif 281#endif
270}; 282};
271 283
272#ifdef USE_XIM 284#if USE_XIM
273struct im_watcher : rxvt_watcher, callback<void (void)> { 285struct im_watcher : rxvt_watcher, callback<void (void)>
286{
274 void start (rxvt_display *display) 287 void start (rxvt_display *display)
275 { 288 {
276 display->reg (this); 289 display->reg (this);
277 } 290 }
278 291
342 } 355 }
343 356
344 bool alloc (rxvt_screen *screen, const rgba &color); 357 bool alloc (rxvt_screen *screen, const rgba &color);
345 void free (rxvt_screen *screen); 358 void free (rxvt_screen *screen);
346 359
347 void get (rgba &color); 360 void get (rgba &color) const;
348 void get (XColor &color); 361 void get (XColor &color) const;
349 362
350 bool set (rxvt_screen *screen, const char *name); 363 bool set (rxvt_screen *screen, const char *name);
351 bool set (rxvt_screen *screen, const rgba &color); 364 bool set (rxvt_screen *screen, const rgba &color);
352 365
353 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));
354}; 367};
355 368
356#if TRACE_PIXMAPS 369#define Sel_normal 0x01 /* normal selection */
357Pixmap trace_XCreatePixmap (const char *file, int line, Display *dpy, Window r, unsigned int w, unsigned int h, unsigned int d); 370#define Sel_incr 0x02 /* incremental selection */
358void trace_XFreePixmap (const char *file, int line, Display *dpy, Pixmap p); 371#define Sel_Primary 0x01
372#define Sel_Secondary 0x02
373#define Sel_Clipboard 0x03
374#define Sel_whereMask 0x0f
375#define Sel_CompoundText 0x10 /* last request was COMPOUND_TEXT */
376#define Sel_UTF8String 0x20 /* last request was UTF8_STRING */
359 377
360# define XCreatePixmap(dpy,r,w,h,d) trace_XCreatePixmap (__FILE__,__LINE__,dpy,r,w,h,d) 378struct rxvt_selection
361# define XFreePixmap(dpy,p) trace_XFreePixmap (__FILE__,__LINE__,dpy,p) 379{
362#endif 380 rxvt_selection (rxvt_display *disp, int selnum, Time tm, Window win, Atom prop, rxvt_term *term);
381 void run ();
382 ~rxvt_selection ();
363 383
364#endif 384 rxvt_term *term; // terminal to paste to, may be 0
385 void *cb_sv; // managed by perl
365 386
387 rxvt_display *display;
388 Time request_time;
389 Window request_win;
390 Atom request_prop;
391
392private:
393 unsigned char selection_wait;
394 unsigned char selection_type;
395
396 char *incr_buf;
397 size_t incr_buf_size, incr_buf_fill;
398
399 void timer_cb (ev::timer &w, int revents); ev::timer timer_ev;
400 void x_cb (XEvent &xev); xevent_watcher x_ev;
401
402 void finish (char *data = 0, unsigned int len = 0);
403 void stop ();
404 bool request (Atom target, int selnum);
405 void handle_selection (Window win, Atom prop, bool delete_prop);
406};
407
408#endif
409

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines