[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/src/xfns.c
From: |
Jan Dj�rv |
Subject: |
[Emacs-diffs] Changes to emacs/src/xfns.c |
Date: |
Sat, 29 Jan 2005 17:25:59 -0500 |
Index: emacs/src/xfns.c
diff -c emacs/src/xfns.c:1.625 emacs/src/xfns.c:1.626
*** emacs/src/xfns.c:1.625 Mon Dec 27 15:24:11 2004
--- emacs/src/xfns.c Sat Jan 29 22:25:58 2005
***************
*** 4339,4349 ****
{
unsigned long mask = CWCursor;
XSetWindowAttributes attrs;
!
attrs.cursor = f->output_data.x->hourglass_cursor;
f->output_data.x->hourglass_window
! = XCreateWindow (dpy, FRAME_OUTER_WINDOW (f),
0, 0, 32000, 32000, 0, 0,
InputOnly,
CopyFromParent,
--- 4339,4353 ----
{
unsigned long mask = CWCursor;
XSetWindowAttributes attrs;
! #ifdef USE_GTK
! Window parent = FRAME_X_WINDOW (f);
! #else
! Window parent = FRAME_OUTER_WINDOW (f);
! #endif
attrs.cursor = f->output_data.x->hourglass_cursor;
f->output_data.x->hourglass_window
! = XCreateWindow (dpy, parent,
0, 0, 32000, 32000, 0, 0,
InputOnly,
CopyFromParent,
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] Changes to emacs/src/xfns.c,
Jan Dj�rv <=