diff options
Diffstat (limited to 'x11vnc/rates.c')
-rw-r--r-- | x11vnc/rates.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11vnc/rates.c b/x11vnc/rates.c index 24a145b..aa12f77 100644 --- a/x11vnc/rates.c +++ b/x11vnc/rates.c @@ -200,7 +200,7 @@ void initialize_speeds(void) { int n = 0; double dt, timer; dtime0(&timer); - if (raw_fb && ! dpy) { /* raw_fb hack */ + if (0 && raw_fb && ! dpy) { /* raw_fb hack */ n = 0; } else if (fullscreen) { copy_image(fullscreen, 0, 0, 0, 0); |