diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2012-01-12 23:04:03 +0100 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2012-01-12 23:04:03 +0100 |
commit | 96cd4325b07e6062175851c1998f2535e6c948f0 (patch) | |
tree | c86ee9109908c90c4d754d8412d58c3a2db27a03 /debian/patches | |
parent | e40208d7c1ad1c80bf3e591405767a1106efa21f (diff) | |
download | nx-libs-96cd4325b07e6062175851c1998f2535e6c948f0.tar.gz nx-libs-96cd4325b07e6062175851c1998f2535e6c948f0.tar.bz2 nx-libs-96cd4325b07e6062175851c1998f2535e6c948f0.zip |
Update/fix patch: 999_nxagent_unbrand-nxagent-brand-x2goagent.patch.
Diffstat (limited to 'debian/patches')
-rw-r--r-- | debian/patches/999_nxagent_unbrand-nxagent-brand-x2goagent.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/debian/patches/999_nxagent_unbrand-nxagent-brand-x2goagent.patch b/debian/patches/999_nxagent_unbrand-nxagent-brand-x2goagent.patch index 67e4c5d03..7a5ce5437 100644 --- a/debian/patches/999_nxagent_unbrand-nxagent-brand-x2goagent.patch +++ b/debian/patches/999_nxagent_unbrand-nxagent-brand-x2goagent.patch @@ -284,3 +284,13 @@ Last-Update: 2012-01-11 useXpmIcon = nxagentMakeIcon(nxagentDisplay, &nxagentIconPixmap, &nxagentIconShape); +--- a/nx-X11/programs/Xserver/hw/nxagent/Splash.h ++++ b/nx-X11/programs/Xserver/hw/nxagent/Splash.h +@@ -33,6 +33,7 @@ + extern int nxagentLogoWhite; + extern int nxagentLogoRed; + extern int nxagentLogoBlack; ++extern int nxagentLogoGray; + + extern Window nxagentSplashWindow; + |