/[emacs]/emacs/src/xfns.c
ViewVC logotype

Diff of /emacs/src/xfns.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.625 by jhd, Mon Dec 27 15:24:11 2004 UTC revision 1.626 by jhd, Sat Jan 29 22:25:58 2005 UTC
# Line 4339  show_hourglass (timer) Line 4339  show_hourglass (timer)
4339                      {                      {
4340                        unsigned long mask = CWCursor;                        unsigned long mask = CWCursor;
4341                        XSetWindowAttributes attrs;                        XSetWindowAttributes attrs;
4342    #ifdef USE_GTK
4343                          Window parent = FRAME_X_WINDOW (f);
4344    #else
4345                          Window parent = FRAME_OUTER_WINDOW (f);
4346    #endif
4347                        attrs.cursor = f->output_data.x->hourglass_cursor;                        attrs.cursor = f->output_data.x->hourglass_cursor;
4348    
4349                        f->output_data.x->hourglass_window                        f->output_data.x->hourglass_window
4350                          = XCreateWindow (dpy, FRAME_OUTER_WINDOW (f),                          = XCreateWindow (dpy, parent,
4351                                           0, 0, 32000, 32000, 0, 0,                                           0, 0, 32000, 32000, 0, 0,
4352                                           InputOnly,                                           InputOnly,
4353                                           CopyFromParent,                                           CopyFromParent,

Legend:
Removed from v.1.625  
changed lines
  Added in v.1.626

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26