Removed RCS-style IDs.
[ruby-evas.git] / src / rb_evas.h
index 6f5359a766abcbb2080f1b32f0ab9177ea97a337..defaa7097b7e86472d75f472fc1cd14ba9f9f322 100644 (file)
@@ -1,6 +1,4 @@
 /*
- * $Id: rb_evas.h 43 2004-07-26 10:49:51Z tilman $
- *
  * Copyright (C) 2004 Tilman Sauerbeck (tilman at code-monkey de)
  *
  * This library is free software; you can redistribute it and/or
 #ifndef __RB_EVAS_H
 #define __RB_EVAS_H
 
-#ifndef __RB_EVAS_C
-extern VALUE cEvas;
-#endif
+typedef struct {
+       Evas *real;
+       VALUE parent;
+} RbEvas;
 
 void Init_Evas (void);
 VALUE TO_EVAS (VALUE parent, Evas *e);
 
+#ifndef __RB_EVAS_C
+extern VALUE cEvas;
+#endif
+
 #endif