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
6bdf9c2f
Commit
6bdf9c2f
authored
Jun 27, 2019
by
Ulrich Sibiller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Drop Ipaq support
Did we ever provide a binary?
parent
1ebf7851
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
0 additions
and
56 deletions
+0
-56
Args.c
nx-X11/programs/Xserver/hw/nxagent/Args.c
+0
-9
Args.h
nx-X11/programs/Xserver/hw/nxagent/Args.h
+0
-1
Events.c
nx-X11/programs/Xserver/hw/nxagent/Events.c
+0
-5
Keystroke.c
nx-X11/programs/Xserver/hw/nxagent/Keystroke.c
+0
-8
Screen.c
nx-X11/programs/Xserver/hw/nxagent/Screen.c
+0
-27
Window.c
nx-X11/programs/Xserver/hw/nxagent/Window.c
+0
-6
No files found.
nx-X11/programs/Xserver/hw/nxagent/Args.c
View file @
6bdf9c2f
...
@@ -153,7 +153,6 @@ Bool nxagentReportWindowIds = False;
...
@@ -153,7 +153,6 @@ Bool nxagentReportWindowIds = False;
Bool
nxagentReportPrivateWindowIds
=
False
;
Bool
nxagentReportPrivateWindowIds
=
False
;
Bool
nxagentDoDirectColormaps
=
False
;
Bool
nxagentDoDirectColormaps
=
False
;
Window
nxagentParentWindow
=
0
;
Window
nxagentParentWindow
=
0
;
Bool
nxagentIpaq
=
False
;
int
nxagentLockDeferLevel
=
0
;
int
nxagentLockDeferLevel
=
0
;
...
@@ -618,14 +617,6 @@ int ddxProcessArgument(int argc, char *argv[], int i)
...
@@ -618,14 +617,6 @@ int ddxProcessArgument(int argc, char *argv[], int i)
nxagentChangeOption
(
AllScreens
,
True
);
nxagentChangeOption
(
AllScreens
,
True
);
}
}
else
if
(
!
strcmp
(
argv
[
i
],
"ipaq"
))
{
nxagentChangeOption
(
Fullscreen
,
True
);
nxagentChangeOption
(
AllScreens
,
True
);
nxagentIpaq
=
True
;
}
else
else
{
{
if
(
nxagentUserGeometry
.
flag
==
0
)
if
(
nxagentUserGeometry
.
flag
==
0
)
...
...
nx-X11/programs/Xserver/hw/nxagent/Args.h
View file @
6bdf9c2f
...
@@ -82,7 +82,6 @@ extern Bool nxagentDoDirectColormaps;
...
@@ -82,7 +82,6 @@ extern Bool nxagentDoDirectColormaps;
extern
Window
nxagentParentWindow
;
extern
Window
nxagentParentWindow
;
extern
int
nxagentMaxAllowedReset
;
extern
int
nxagentMaxAllowedReset
;
extern
Bool
nxagentResizeDesktopAtStartup
;
extern
Bool
nxagentResizeDesktopAtStartup
;
extern
Bool
nxagentIpaq
;
extern
int
nxagentLockDeferLevel
;
extern
int
nxagentLockDeferLevel
;
...
...
nx-X11/programs/Xserver/hw/nxagent/Events.c
View file @
6bdf9c2f
...
@@ -1214,11 +1214,6 @@ FIXME: Don't enqueue the KeyRelease event if the key was
...
@@ -1214,11 +1214,6 @@ FIXME: Don't enqueue the KeyRelease event if the key was
}
}
}
}
if
(
nxagentIpaq
&&
nxagentClients
<=
0
)
{
closeSession
=
TRUE
;
}
if
(
nxagentOption
(
DesktopResize
)
==
False
&&
if
(
nxagentOption
(
DesktopResize
)
==
False
&&
(
X
.
xbutton
.
state
&
(
ControlMask
|
Mod1Mask
))
==
(
ControlMask
|
Mod1Mask
))
(
X
.
xbutton
.
state
&
(
ControlMask
|
Mod1Mask
))
==
(
ControlMask
|
Mod1Mask
))
{
{
...
...
nx-X11/programs/Xserver/hw/nxagent/Keystroke.c
View file @
6bdf9c2f
...
@@ -44,7 +44,6 @@
...
@@ -44,7 +44,6 @@
#include <libxml/tree.h>
#include <libxml/tree.h>
extern
Bool
nxagentWMIsRunning
;
extern
Bool
nxagentWMIsRunning
;
extern
Bool
nxagentIpaq
;
extern
char
*
nxagentKeystrokeFile
;
extern
char
*
nxagentKeystrokeFile
;
#ifdef NX_DEBUG_INPUT
#ifdef NX_DEBUG_INPUT
...
@@ -507,13 +506,6 @@ Bool nxagentCheckSpecialKeystroke(XKeyEvent *X, enum HandleEventResult *result)
...
@@ -507,13 +506,6 @@ Bool nxagentCheckSpecialKeystroke(XKeyEvent *X, enum HandleEventResult *result)
* here.
* here.
*/
*/
if
(
X
->
keycode
==
130
&&
nxagentIpaq
)
{
*
result
=
doStartKbd
;
return
True
;
}
switch
(
stroke
)
{
switch
(
stroke
)
{
#ifdef DEBUG_TREE
#ifdef DEBUG_TREE
case
KEYSTROKE_DEBUG_TREE
:
case
KEYSTROKE_DEBUG_TREE
:
...
...
nx-X11/programs/Xserver/hw/nxagent/Screen.c
View file @
6bdf9c2f
...
@@ -135,7 +135,6 @@ void nxagentFbRestoreArea(PixmapPtr pPixmap, WindowPtr pWin, int xSrc, int ySrc,
...
@@ -135,7 +135,6 @@ void nxagentFbRestoreArea(PixmapPtr pPixmap, WindowPtr pWin, int xSrc, int ySrc,
#include "unistd.h"
#include "unistd.h"
#endif
#endif
extern
Bool
nxagentIpaq
;
extern
Pixmap
nxagentIconPixmap
;
extern
Pixmap
nxagentIconPixmap
;
extern
Pixmap
nxagentIconShape
;
extern
Pixmap
nxagentIconShape
;
extern
Bool
useXpmIcon
;
extern
Bool
useXpmIcon
;
...
@@ -329,12 +328,6 @@ Bool nxagentIsParentOf(Display *d, XlibWindow possible_parent, XlibWindow candid
...
@@ -329,12 +328,6 @@ Bool nxagentIsParentOf(Display *d, XlibWindow possible_parent, XlibWindow candid
void
nxagentMinimizeFromFullScreen
(
ScreenPtr
pScreen
)
void
nxagentMinimizeFromFullScreen
(
ScreenPtr
pScreen
)
{
{
XUnmapWindow
(
nxagentDisplay
,
nxagentFullscreenWindow
);
XUnmapWindow
(
nxagentDisplay
,
nxagentFullscreenWindow
);
if
(
nxagentIpaq
)
{
XMapWindow
(
nxagentDisplay
,
nxagentIconWindow
);
}
XIconifyWindow
(
nxagentDisplay
,
nxagentIconWindow
,
XIconifyWindow
(
nxagentDisplay
,
nxagentIconWindow
,
DefaultScreen
(
nxagentDisplay
));
DefaultScreen
(
nxagentDisplay
));
}
}
...
@@ -349,14 +342,6 @@ void nxagentMinimizeFromFullScreen(ScreenPtr pScreen)
...
@@ -349,14 +342,6 @@ void nxagentMinimizeFromFullScreen(ScreenPtr pScreen)
*/
*/
void
nxagentMaximizeToFullScreen
(
ScreenPtr
pScreen
)
void
nxagentMaximizeToFullScreen
(
ScreenPtr
pScreen
)
{
{
if
(
nxagentIpaq
)
{
XUnmapWindow
(
nxagentDisplay
,
nxagentIconWindow
);
XMapWindow
(
nxagentDisplay
,
nxagentFullscreenWindow
);
}
else
{
/*
/*
XUnmapWindow(nxagentDisplay, nxagentIconWindow);
XUnmapWindow(nxagentDisplay, nxagentIconWindow);
*/
*/
...
@@ -428,7 +413,6 @@ FIXME: We'll check for ReparentNotify and LeaveNotify events after
...
@@ -428,7 +413,6 @@ FIXME: We'll check for ReparentNotify and LeaveNotify events after
/*
/*
XMapWindow(nxagentDisplay, nxagentIconWindow);
XMapWindow(nxagentDisplay, nxagentIconWindow);
*/
*/
}
}
}
Window
nxagentCreateIconWindow
(
void
)
Window
nxagentCreateIconWindow
(
void
)
...
@@ -1922,17 +1906,6 @@ N/A
...
@@ -1922,17 +1906,6 @@ N/A
{
{
nxagentFullscreenWindow
=
nxagentDefaultWindows
[
pScreen
->
myNum
];
nxagentFullscreenWindow
=
nxagentDefaultWindows
[
pScreen
->
myNum
];
}
}
if
(
nxagentIpaq
)
{
XWindowChanges
ch
;
unsigned
int
ch_mask
;
ch
.
stack_mode
=
Below
;
ch_mask
=
CWStackMode
;
XConfigureWindow
(
nxagentDisplay
,
nxagentFullscreenWindow
,
ch_mask
,
&
ch
);
}
}
}
if
(
nxagentOption
(
Fullscreen
))
if
(
nxagentOption
(
Fullscreen
))
...
...
nx-X11/programs/Xserver/hw/nxagent/Window.c
View file @
6bdf9c2f
...
@@ -2662,12 +2662,6 @@ void nxagentMapDefaultWindows(void)
...
@@ -2662,12 +2662,6 @@ void nxagentMapDefaultWindows(void)
#endif
#endif
XMapWindow
(
nxagentDisplay
,
nxagentIconWindow
);
XMapWindow
(
nxagentDisplay
,
nxagentIconWindow
);
if
(
nxagentIpaq
!=
0
)
{
XIconifyWindow
(
nxagentDisplay
,
nxagentIconWindow
,
DefaultScreen
(
nxagentDisplay
));
}
}
}
/*
/*
...
...
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