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

Comparing rxvt-unicode/src/init.C (file contents):
Revision 1.294 by sf-exg, Thu Apr 7 12:19:40 2011 UTC vs.
Revision 1.295 by sf-exg, Tue Apr 26 16:19:45 2011 UTC

1392 g_object_unref (pixbuf); 1392 g_object_unref (pixbuf);
1393#endif 1393#endif
1394} 1394}
1395 1395
1396/*----------------------------------------------------------------------*/ 1396/*----------------------------------------------------------------------*/
1397/* rxvt_Create_Windows () - Open and map the window */ 1397/* Open and map the window */
1398void 1398void
1399rxvt_term::create_windows (int argc, const char *const *argv) 1399rxvt_term::create_windows (int argc, const char *const *argv)
1400{ 1400{
1401 XClassHint classHint; 1401 XClassHint classHint;
1402 XWMHints wmHint; 1402 XWMHints wmHint;
1448 } 1448 }
1449#endif 1449#endif
1450 1450
1451 window_calc (0, 0); 1451 window_calc (0, 0);
1452 1452
1453 /* sub-window placement & size in rxvt_resize_subwindows () */ 1453 /* sub-window placement & size in rxvt_term::resize_all_windows () */
1454 attributes.background_pixel = pix_colors_focused [Color_border]; 1454 attributes.background_pixel = pix_colors_focused [Color_border];
1455 attributes.border_pixel = pix_colors_focused [Color_border]; 1455 attributes.border_pixel = pix_colors_focused [Color_border];
1456 attributes.colormap = cmap; 1456 attributes.colormap = cmap;
1457 1457
1458 top = XCreateWindow (dpy, parent, 1458 top = XCreateWindow (dpy, parent,

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines