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.289 by root, Mon Jan 3 03:05:47 2011 UTC vs.
Revision 1.291 by sf-exg, Sun Jan 23 12:28:47 2011 UTC

60#ifdef DISPLAY_IS_IP 60#ifdef DISPLAY_IS_IP
61/* On Solaris link with -lsocket and -lnsl */ 61/* On Solaris link with -lsocket and -lnsl */
62#include <sys/types.h> 62#include <sys/types.h>
63#include <sys/socket.h> 63#include <sys/socket.h>
64 64
65/* these next is probably only on Sun (not Solaris) */ 65/* these next two are probably only on Sun (not Solaris) */
66#ifdef HAVE_SYS_SOCKIO_H 66#ifdef HAVE_SYS_SOCKIO_H
67#include <sys/sockio.h> 67#include <sys/sockio.h>
68#endif
69#ifdef HAVE_SYS_BYTEORDER_H
70#include <sys/byteorder.h>
68#endif 71#endif
69 72
70#include <netinet/in.h> 73#include <netinet/in.h>
71#include <arpa/inet.h> 74#include <arpa/inet.h>
72#include <net/if.h> 75#include <net/if.h>
809 if (option (Opt_scrollBar)) 812 if (option (Opt_scrollBar))
810 scrollBar.resize (); /* create and map scrollbar */ 813 scrollBar.resize (); /* create and map scrollbar */
811#ifdef HAVE_BG_PIXMAP 814#ifdef HAVE_BG_PIXMAP
812 { 815 {
813 bgPixmap.set_target (this); 816 bgPixmap.set_target (this);
814 bgPixmap.invalidate ();
815 817
816#ifdef ENABLE_TRANSPARENCY 818#ifdef ENABLE_TRANSPARENCY
817 if (option (Opt_transparent)) 819 if (option (Opt_transparent))
818 { 820 {
819 bgPixmap.set_transparent (); 821 bgPixmap.set_transparent ();

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines