summaryrefslogtreecommitdiffstats
path: root/friendfinder/gui.h
diff options
context:
space:
mode:
Diffstat (limited to 'friendfinder/gui.h')
-rw-r--r--friendfinder/gui.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/friendfinder/gui.h b/friendfinder/gui.h
index 67235c3..66385d6 100644
--- a/friendfinder/gui.h
+++ b/friendfinder/gui.h
@@ -1,6 +1,7 @@
#ifndef __GUI_H_
#define __GUI_H_
+
#include "receiver.h"
#include "Evas.h"
//structs
@@ -18,6 +19,9 @@ static void on_chat(void *data, Evas_Object *obj, void *event_info);
static void on_map(void *data, Evas_Object *obj, void *event_info);
*/
+int h= 600;
+int w = 450;
+
//other functions
void set_bubble_text(Evas_Object *bb, char *username, char *text);
void show_message(char *current_msg);