diff dwt/internal/mozilla/gfxIImageFrame.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/gfxIImageFrame.d	Wed Oct 29 20:12:27 2008 -0700
+++ b/dwt/internal/mozilla/gfxIImageFrame.d	Fri Oct 31 21:46:44 2008 -0700
@@ -10,13 +10,14 @@
   {0xf6d00ee7, 0xdefc, 0x4101, 
     [ 0xb2, 0xdc, 0xe7, 0x2c, 0xf4, 0xc3, 0x7c, 0x3c ]};
 
-//extern(System)
+interface gfxIImageFrame : nsISupports {
 
-interface gfxIImageFrame : nsISupports {
 
   static const char[] IID_STR = GFXIIMAGEFRAME_IID_STR;
   static const nsIID IID = GFXIIMAGEFRAME_IID;
 
+extern(System):
+
   nsresult Init(PRInt32 aX, PRInt32 aY, PRInt32 aWidth, PRInt32 aHeight, gfx_format aFormat, gfx_depth aDepth);
   nsresult GetMutable(PRBool *aMutable);
   nsresult SetMutable(PRBool aMutable);