diff options
Diffstat (limited to 'x11vnc/screen.c')
| -rw-r--r-- | x11vnc/screen.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11vnc/screen.c b/x11vnc/screen.c index 31cce52..3eea705 100644 --- a/x11vnc/screen.c +++ b/x11vnc/screen.c @@ -845,7 +845,7 @@ static void initialize_snap_fb(void) { snap_fb = snap->data; } -rfbClient* client = NULL; +static rfbClient* client = NULL; void vnc_reflect_bell(rfbClient *cl) { if (cl) {} |
