Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
L
libvncserver
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
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
rasky
libvncserver
Commits
e4a397ed
Commit
e4a397ed
authored
Dec 28, 2006
by
runge
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
a couple more warnings...
parent
5c9ba4bb
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
3 deletions
+7
-3
README
x11vnc/README
+1
-1
userinput.c
x11vnc/userinput.c
+1
-1
win_utils.c
x11vnc/win_utils.c
+5
-1
No files found.
x11vnc/README
View file @
e4a397ed
x11vnc
README
file
Date
:
Thu
Dec
28
1
4
:
49
:
09
EST
2006
x11vnc
README
file
Date
:
Thu
Dec
28
1
5
:
22
:
02
EST
2006
The
following
information
is
taken
from
these
URLs
:
...
...
x11vnc/userinput.c
View file @
e4a397ed
...
...
@@ -5460,7 +5460,7 @@ fprintf(stderr, "check_wireframe: 1\n");
#if defined(NO_NCACHE) || (NO_X11 && !defined(MACOSX))
int
check_ncache
(
int
a
,
int
b
)
{
if
(
!
a
||
!
b
)
{}
return
;
return
0
;
}
int
lookup_win_index
(
Window
win
)
{
if
(
!
win
)
{}
...
...
x11vnc/win_utils.c
View file @
e4a397ed
...
...
@@ -205,6 +205,10 @@ void snapshot_stack_list(int free_only, double allowed_age) {
#endif
#if NO_X11 && !defined(MACOSX)
num
=
rc
=
i
=
j
=
0
;
ui
=
0
;
r
=
w
=
None
;
list
=
NULL
;
return
;
#else
...
...
@@ -341,7 +345,7 @@ Window query_pointer(Window start) {
RAWFB_RET
(
None
)
#if NO_X11
if
(
!
start
)
{}
if
(
!
start
)
{
rx
=
ry
=
0
;
}
return
None
;
#else
if
(
start
==
None
)
{
...
...
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