mirror of
https://github.com/Tha14/toxic.git
synced 2025-07-05 02:46:44 +02:00
Implemented video preview and preparations for ToxAV
This commit is contained in:
@ -151,6 +151,11 @@ struct ToxWindow {
|
||||
int device_selection[2]; /* -1 if not set, if set uses these selections instead of primary device */
|
||||
bool is_call;
|
||||
int ringing_sound;
|
||||
|
||||
#ifdef VIDEO
|
||||
int video_device_selection[2]; /* -1 if not set, if set uses these selections instead of primary video device */
|
||||
#endif /* VIDEO */
|
||||
|
||||
#endif /* AUDIO */
|
||||
|
||||
int active_box; /* For box notify */
|
||||
|
Reference in New Issue
Block a user