diff dwt/internal/mozilla/nsITooltipListener.d @ 348:9a4d7706df52

Test Update to fix linux XPCOM interface issues
author John Reimer <terminal.node@gmail.com>
date Fri, 31 Oct 2008 21:46:44 -0700
parents 942da4b6558a
children
line wrap: on
line diff
--- a/dwt/internal/mozilla/nsITooltipListener.d	Wed Oct 29 20:12:27 2008 -0700
+++ b/dwt/internal/mozilla/nsITooltipListener.d	Fri Oct 31 21:46:44 2008 -0700
@@ -10,13 +10,12 @@
   {0x44b78386, 0x1dd2, 0x11b2, 
     [ 0x9a, 0xd2, 0xe4, 0xee, 0xe2, 0xca, 0x19, 0x16 ]};
 
-//extern(System)
-
 interface nsITooltipListener : nsISupports {
 
   static const char[] IID_STR = NS_ITOOLTIPLISTENER_IID_STR;
   static const nsIID IID = NS_ITOOLTIPLISTENER_IID;
 
+extern(System):
   nsresult OnShowTooltip(PRInt32 aXCoords, PRInt32 aYCoords, PRUnichar *aTipText);
   nsresult OnHideTooltip();