Don't define BEGIN_INTERFACE in unknwn.h.
[wine] / dlls / x11drv / text.c
2004-08-11  Hans LeidekkerFix signed/unsigned comparison warnings.
2004-08-09  Lionel UlmerDo not initialize variables before going into the Rende...
2004-03-04  Alexandre JulliardPass the gdiFont object to the SelectFont driver entry...
2004-03-04  Alexandre JulliardAvoid direct accesses to the xformWorld2Vport DC field.
2004-03-04  Alexandre JulliardPass the breakExtra value in the ExtTextOut driver...
2004-03-03  Alexandre JulliardChanged the GetTextExtentPoint graphics driver entry...
2004-02-16  Alexandre JulliardThe clip rectangle for ExtTextOut is in logical coords.
2004-02-13  Alexandre JulliardMoved hGCClipRgn handling to the graphics driver.
2004-02-13  Alexandre JulliardGet rid of a few more references to the DC structure.
2004-01-20  Alexandre JulliardGet rid of some direct accesses to the DC structure...
2004-01-15  Alexandre JulliardGet rid of the global INTERNAL_[XY]WSTODS macros.
2004-01-15  Alexandre JulliardMoved a bunch of definitions from gdi.h into a new...
2003-12-05  Alexandre JulliardMoved all the files in graphics/x11drv to dlls/x11drv.