(file) Return to button.c CVS log (file) (dir) Up to [XFree86 CVS] / xc / programs / xterm

Diff for /xc/programs/xterm/button.c between version 3.26 and 3.27

version 3.26, 1998/10/25 07:12:40 version 3.27, 1998/11/01 12:57:07
Line 21 
Line 21 
  * ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS  * ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
  * SOFTWARE.  * SOFTWARE.
  */  */
 /* $XFree86: xc/programs/xterm/button.c,v 3.25 1998/10/10 15:25:47 dawes Exp $ */  /* $XFree86: xc/programs/xterm/button.c,v 3.26 1998/10/25 07:12:40 dawes Exp $ */
  
 /* /*
 button.c        Handles button events in the terminal emulator. button.c        Handles button events in the terminal emulator.
Line 1274 
Line 1274 
         unsigned long std_length;         unsigned long std_length;
         XmuConvertStandardSelection(         XmuConvertStandardSelection(
                     w, screen->selection_time, selection,                     w, screen->selection_time, selection,
                     target, type, (XtPointer *)&std_targets, &std_length, format                      target, type, (XPointer *)&std_targets, &std_length, format
                    );                    );
         *length = std_length + 5;         *length = std_length + 5;
         targetP = (Atom*)XtMalloc(sizeof(Atom)*(*length));         targetP = (Atom*)XtMalloc(sizeof(Atom)*(*length));
Line 1340 
Line 1340 
     }     }
     if (XmuConvertStandardSelection(w, screen->selection_time, selection,     if (XmuConvertStandardSelection(w, screen->selection_time, selection,
                                     target, type,                                     target, type,
                                     (XtPointer *)value, length, format))                                      (XPointer *)value, length, format))
         return True;         return True;
  
     /* else */     /* else */


Legend:
Removed from v.3.26  
changed lines
  Added in v.3.27

Powered by
ViewCVS 0.9.2