diff options
author | Jonathan Tellier <jonathan.tellier@gmail.com> | 2009-05-21 01:49:02 +0800 |
---|---|---|
committer | jtellier <jonathan.tellier@collabora.co.uk> | 2009-05-26 22:47:22 +0800 |
commit | 72720c392da5917088cc95a5fc5dd4e7ce56a4d1 (patch) | |
tree | b5d7195a4fa484ec7887d61bc91fd72d88f294ed /libempathy-gtk/empathy-video-widget.h | |
parent | fdd5d6bcf95255cad8f4573d262abe1532a0f912 (diff) | |
download | gsoc2013-empathy-72720c392da5917088cc95a5fc5dd4e7ce56a4d1.tar gsoc2013-empathy-72720c392da5917088cc95a5fc5dd4e7ce56a4d1.tar.gz gsoc2013-empathy-72720c392da5917088cc95a5fc5dd4e7ce56a4d1.tar.bz2 gsoc2013-empathy-72720c392da5917088cc95a5fc5dd4e7ce56a4d1.tar.lz gsoc2013-empathy-72720c392da5917088cc95a5fc5dd4e7ce56a4d1.tar.xz gsoc2013-empathy-72720c392da5917088cc95a5fc5dd4e7ce56a4d1.tar.zst gsoc2013-empathy-72720c392da5917088cc95a5fc5dd4e7ce56a4d1.zip |
When no video is received or sent we show contacts' avatars instead of showing
black widgets.
Diffstat (limited to 'libempathy-gtk/empathy-video-widget.h')
-rw-r--r-- | libempathy-gtk/empathy-video-widget.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libempathy-gtk/empathy-video-widget.h b/libempathy-gtk/empathy-video-widget.h index da17a6f47..cfdd0354c 100644 --- a/libempathy-gtk/empathy-video-widget.h +++ b/libempathy-gtk/empathy-video-widget.h @@ -21,6 +21,9 @@ #ifndef __EMPATHY_VIDEO_WIDGET_H__ #define __EMPATHY_VIDEO_WIDGET_H__ +#define EMPATHY_VIDEO_WIDGET_DEFAULT_WIDTH 320 +#define EMPATHY_VIDEO_WIDGET_DEFAULT_HEIGHT 240 + #include <glib-object.h> #include <gst/gst.h> #include <gtk/gtk.h> |