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

Diff of /emacs/src/macterm.c

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

revision 1.49 by handa, Fri Oct 3 11:36:04 2003 UTC revision 1.50 by akochoi, Mon Oct 13 00:07:10 2003 UTC
# Line 7875  XTread_socket (int sd, struct input_even Line 7875  XTread_socket (int sd, struct input_even
7875    
7876              case inDrag:              case inDrag:
7877  #if TARGET_API_MAC_CARBON  #if TARGET_API_MAC_CARBON
7878                {                if (er.what == mouseDown)  
7879                  BitMap bm;                  {
7880                      BitMap bm;
7881                  GetQDGlobalsScreenBits (&bm);                    
7882                  DragWindow (window_ptr, er.where, &bm.bounds);                    GetQDGlobalsScreenBits (&bm);
7883                }                    DragWindow (window_ptr, er.where, &bm.bounds);
7884                    }
7885  #else /* not TARGET_API_MAC_CARBON */  #else /* not TARGET_API_MAC_CARBON */
7886                DragWindow (window_ptr, er.where, &qd.screenBits.bounds);                DragWindow (window_ptr, er.where, &qd.screenBits.bounds);
7887  #endif /* not TARGET_API_MAC_CARBON */  #endif /* not TARGET_API_MAC_CARBON */

Legend:
Removed from v.1.49  
changed lines
  Added in v.1.50

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