X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=ltt%2Fbranches%2Fpoly%2Flttv%2Fmodules%2Fgui%2Fcontrolflow%2Fdrawitem.h;h=28fdc1832f1b7fdc2a804e86c08aa4c1a043f133;hb=fdfddc3beadfd32ef6c7b0ceb78770435d724164;hp=85fc837aac4f41a7479f6ab3aef7593cced6c825;hpb=90ef7e4a2c6a41ec36bd2530b187cc1ef2cf0025;p=lttv.git diff --git a/ltt/branches/poly/lttv/modules/gui/controlflow/drawitem.h b/ltt/branches/poly/lttv/modules/gui/controlflow/drawitem.h index 85fc837a..28fdc183 100644 --- a/ltt/branches/poly/lttv/modules/gui/controlflow/drawitem.h +++ b/ltt/branches/poly/lttv/modules/gui/controlflow/drawitem.h @@ -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