diff dwt/internal/mozilla/nsIDOMMouseEvent.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/nsIDOMMouseEvent.d	Wed Oct 29 20:12:27 2008 -0700
+++ b/dwt/internal/mozilla/nsIDOMMouseEvent.d	Fri Oct 31 21:46:44 2008 -0700
@@ -14,13 +14,12 @@
   {0xff751edc, 0x8b02, 0xaae7, 
     [ 0x00, 0x10, 0x83, 0x01, 0x83, 0x8a, 0x31, 0x23 ]};
 
-//extern(System)
-
 interface nsIDOMMouseEvent : nsIDOMUIEvent {
 
   static const char[] IID_STR = NS_IDOMMOUSEEVENT_IID_STR;
   static const nsIID IID = NS_IDOMMOUSEEVENT_IID;
 
+extern(System):
   nsresult GetScreenX(PRInt32 *aScreenX);
   nsresult GetScreenY(PRInt32 *aScreenY);
   nsresult GetClientX(PRInt32 *aClientX);