update compat
[lttv.git] / ltt / branches / poly / lttv / modules / gui / controlflow / drawitem.h
index 434f20072a38b7ea42da024e1c6aa0638f06c297..28fdc1832f1b7fdc2a804e86c08aa4c1a043f133 100644 (file)
@@ -120,7 +120,7 @@ struct _DrawOperation {
   DrawableItems item;
   LttvHooks *hook;
 };
-
+#if 0
 /*
  * We define here each items that can be drawn, together with their
  * associated priority. Many item types can have the same priority,
@@ -138,6 +138,7 @@ static int Items_Priorities[] = {
   30, /* ITEM_POINT */
   10  /* ITEM_BACKGROUND */
 };
+#endif //0
 
 /*
  * Here are the different structures describing each item type that can be
@@ -268,11 +269,11 @@ void exec_operations( LttvIAttribute *attributes,
  * different items.
  */
 
-__inline__ gboolean draw_text( void *hook_data, void *call_data);
-__inline__ gboolean draw_icon( void *hook_data, void *call_data);
-__inline__ gboolean draw_line( void *hook_data, void *call_data);
-__inline__ gboolean draw_arc( void *hook_data, void *call_data);
-__inline__ gboolean draw_bg( void *hook_data, void *call_data);
+gboolean draw_text( void *hook_data, void *call_data);
+gboolean draw_icon( void *hook_data, void *call_data);
+gboolean draw_line( void *hook_data, void *call_data);
+gboolean draw_arc( void *hook_data, void *call_data);
+gboolean draw_bg( void *hook_data, void *call_data);
 
 
 #endif // _DRAW_ITEM_H
This page took 0.023384 seconds and 4 git commands to generate.