Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
N
nx-libs
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
dimbor
nx-libs
Commits
798a053b
Commit
798a053b
authored
Aug 16, 2019
by
Ulrich Sibiller
Committed by
Mike Gabriel
Aug 27, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Splash.c: move some variables to Splash.c
They belong there...
parent
074821a8
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
Screen.c
nx-X11/programs/Xserver/hw/nxagent/Screen.c
+0
-2
Splash.c
nx-X11/programs/Xserver/hw/nxagent/Splash.c
+3
-0
No files found.
nx-X11/programs/Xserver/hw/nxagent/Screen.c
View file @
798a053b
...
@@ -147,8 +147,6 @@ Window nxagentScreenSaverWindows[MAXSCREENS];
...
@@ -147,8 +147,6 @@ Window nxagentScreenSaverWindows[MAXSCREENS];
#ifdef NXAGENT_ONSTART
#ifdef NXAGENT_ONSTART
Atom
nxagentWMStart
;
Atom
nxagentWMStart
;
Window
nxagentSplashWindow
=
None
;
Pixmap
nxagentPixmapLogo
;
#endif
#endif
ScreenPtr
nxagentDefaultScreen
=
NULL
;
ScreenPtr
nxagentDefaultScreen
=
NULL
;
...
...
nx-X11/programs/Xserver/hw/nxagent/Splash.c
View file @
798a053b
...
@@ -63,6 +63,9 @@
...
@@ -63,6 +63,9 @@
#define nxagentLogoDarkGray 0x222222
#define nxagentLogoDarkGray 0x222222
#define nxagentLogoLightGray 0xbbbbbb
#define nxagentLogoLightGray 0xbbbbbb
Pixmap
nxagentPixmapLogo
;
Window
nxagentSplashWindow
=
None
;
static
void
nxagentPaintLogo
(
Window
win
,
GC
gc
,
int
scale
,
int
width
,
int
height
);
static
void
nxagentPaintLogo
(
Window
win
,
GC
gc
,
int
scale
,
int
width
,
int
height
);
/*
/*
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment