ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/src/main.C
(Generate patch)

Comparing rxvt-unicode/src/main.C (file contents):
Revision 1.138 by root, Wed Feb 16 20:32:05 2005 UTC vs.
Revision 1.144 by root, Sun Feb 20 19:45:30 2005 UTC

252 //if (menuBar.win) 252 //if (menuBar.win)
253 // XDestroyWindow (disp, menuBar.win); 253 // XDestroyWindow (disp, menuBar.win);
254#endif 254#endif
255 delete TermWin.drawable; 255 delete TermWin.drawable;
256 // destroy all windows 256 // destroy all windows
257 if (TermWin.parent[0] 257 if (TermWin.parent[0])
258#if ENABLE_FRILLS
259 && !rs[Rs_embed]
260#endif
261 )
262 XDestroyWindow (disp, TermWin.parent[0]); 258 XDestroyWindow (disp, TermWin.parent[0]);
263 } 259 }
264 260
265 // TODO: free pixcolours, colours should become part of rxvt_display 261 // TODO: free pixcolours, colours should become part of rxvt_display
266 262
589 rxvt_fatal ("memory allocation failure. aborting.\n"); 585 rxvt_fatal ("memory allocation failure. aborting.\n");
590 586
591 return p; 587 return p;
592} 588}
593 589
594/* INTPROTO */
595void * 590void *
596rxvt_calloc (size_t number, size_t size) 591rxvt_calloc (size_t number, size_t size)
597{ 592{
598 void *p = calloc (number, size); 593 void *p = calloc (number, size);
599 594
601 rxvt_fatal ("memory allocation failure. aborting.\n"); 596 rxvt_fatal ("memory allocation failure. aborting.\n");
602 597
603 return p; 598 return p;
604} 599}
605 600
606/* INTPROTO */
607void * 601void *
608rxvt_realloc (void *ptr, size_t size) 602rxvt_realloc (void *ptr, size_t size)
609{ 603{
610 void *p = realloc (ptr, size); 604 void *p = realloc (ptr, size);
611 605
847 (void)ioctl (pty.pty, TIOCSWINSZ, &ws); 841 (void)ioctl (pty.pty, TIOCSWINSZ, &ws);
848 842
849#if 0 843#if 0
850 // TIOCSWINSZ⎈ is supposed to do this automatically and correctly 844 // TIOCSWINSZ⎈ is supposed to do this automatically and correctly
851 if (cmd_pid) /* force through to the command */ 845 if (cmd_pid) /* force through to the command */
852 kill (cmd_pid, SIGWINCH); 846 kill (-cmd_pid, SIGWINCH);
853#endif 847#endif
854} 848}
855 849
856/*----------------------------------------------------------------------*/ 850/*----------------------------------------------------------------------*/
857/* set_fonts () - load and set the various fonts 851/* set_fonts () - load and set the various fonts
961/* xterm sequences - title, iconName, color (exptl) */ 955/* xterm sequences - title, iconName, color (exptl) */
962void 956void
963rxvt_term::set_title (const char *str) 957rxvt_term::set_title (const char *str)
964{ 958{
965 set_string_property (XA_WM_NAME, str); 959 set_string_property (XA_WM_NAME, str);
966#if ENABLE_FRILLS 960#if ENABLE_EWMH
967 set_utf8_property (xa[XA_NET_WM_NAME], str); 961 set_utf8_property (xa[XA_NET_WM_NAME], str);
968#endif 962#endif
969} 963}
970 964
971void 965void
972rxvt_term::set_icon_name (const char *str) 966rxvt_term::set_icon_name (const char *str)
973{ 967{
974 set_string_property (XA_WM_ICON_NAME, str); 968 set_string_property (XA_WM_ICON_NAME, str);
975#if ENABLE_FRILLS 969#if ENABLE_EWMH
976 set_utf8_property (xa[XA_NET_WM_ICON_NAME], str); 970 set_utf8_property (xa[XA_NET_WM_ICON_NAME], str);
977#endif 971#endif
978} 972}
979 973
980#ifdef XTERM_COLOR_CHANGE 974#ifdef XTERM_COLOR_CHANGE
1252 XWindowAttributes wattr; 1246 XWindowAttributes wattr;
1253 1247
1254 if (width == 0 || height == 0) 1248 if (width == 0 || height == 0)
1255 { 1249 {
1256 XGetWindowAttributes (display->display, display->root, &wattr); 1250 XGetWindowAttributes (display->display, display->root, &wattr);
1251
1257 if (width == 0) 1252 if (width == 0)
1258 width = wattr.width - szHint.base_width; 1253 width = wattr.width - szHint.base_width;
1259 if (height == 0) 1254 if (height == 0)
1260 height = wattr.height - szHint.base_height; 1255 height = wattr.height - szHint.base_height;
1261 } 1256 }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines