diff options
Diffstat (limited to 'include/capture/kms_vaapi.h')
-rw-r--r-- | include/capture/kms_vaapi.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/capture/kms_vaapi.h b/include/capture/kms_vaapi.h index 77b292a..26cda2c 100644 --- a/include/capture/kms_vaapi.h +++ b/include/capture/kms_vaapi.h @@ -9,7 +9,7 @@ typedef struct _XDisplay Display; typedef struct { gsr_egl *egl; - const char *display_to_capture; /* if this is "screen", then the entire x11 screen is captured (all displays). A copy is made of this */ + const char *display_to_capture; /* if this is "screen", then the first monitor is captured. A copy is made of this */ gsr_gpu_info gpu_inf; const char *card_path; /* reference */ bool wayland; |