devilhorns pushed a commit to branch devs/devilhorns/wayland.

commit 31a519a90addbfcbb0372ced60be05705de5867d
Author: Chris Michael <[email protected]>
Date:   Fri Mar 8 12:46:39 2013 +0000

    Add structure for Ping_Timer.
    
    Signed-off-by: Chris Michael <[email protected]>
---
 src/modules/wl_shell/e_mod_main.h | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/src/modules/wl_shell/e_mod_main.h 
b/src/modules/wl_shell/e_mod_main.h
index bd779f6..8393267 100644
--- a/src/modules/wl_shell/e_mod_main.h
+++ b/src/modules/wl_shell/e_mod_main.h
@@ -11,6 +11,7 @@
 # endif
 
 typedef struct _E_Wayland_Desktop_Shell E_Wayland_Desktop_Shell;
+typedef struct _E_Wayland_Ping_Timer E_Wayland_Ping_Timer;
 
 struct _E_Wayland_Desktop_Shell
 {
@@ -22,6 +23,12 @@ struct _E_Wayland_Desktop_Shell
      } wl;
 };
 
+struct _E_Wayland_Ping_Timer 
+{
+   struct wl_event_source *source;
+   unsigned int serial;
+};
+
 EAPI extern E_Module_Api e_modapi;
 
 EAPI void *e_modapi_init(E_Module *m);

-- 

------------------------------------------------------------------------------
Symantec Endpoint Protection 12 positioned as A LEADER in The Forrester  
Wave(TM): Endpoint Security, Q1 2013 and "remains a good choice" in the  
endpoint security space. For insight on selecting the right partner to 
tackle endpoint security challenges, access the full report. 
http://p.sf.net/sfu/symantec-dev2dev

Reply via email to