On 2012-08-22 6:26, Архад wrote:
#define SERVER_START_REQ(type) \
-do { \
-struct __server_request_info __req; \
...
-(void)reply; \
-do
-
-#define SERVER_END_REQ \
-while(0); \
-} while(0)
+struct __server_request_info __req; \
...
+(void)rep
Vincent Povirk wrote:
> >> Shouldn't you be scaling range_size.cx as well?
> >
> > No, range_size is already in pixels.
>
> So is bounds. I think you need to scale both of them to world units.
You are right, somehow I missed that, thanks.
--
Dmitry.
>> Shouldn't you be scaling range_size.cx as well?
>
> No, range_size is already in pixels.
So is bounds. I think you need to scale both of them to world units.
Vincent Povirk wrote:
> > GetTextExtentExPointW(hdc, string + index, range_start - index,
> >INT_MAX, NULL, NULL, &range_size);
> > -range_rect.X = bounds->X + range_size.cx;
> > +range_rect.X = bounds->X / args->rel_width +
> GetTextExtentExPointW(hdc, string + index, range_start - index,
>INT_MAX, NULL, NULL, &range_size);
> -range_rect.X = bounds->X + range_size.cx;
> +range_rect.X = bounds->X / args->rel_width + range_size.cx;
>
>
On Mon, Aug 20, 2012 at 11:55 PM, Eric Pouech wrote:
>
>>
>>
>> http://source.winehq.org/git/wine.git/commitdiff/3f1dbaf3df0ae8ec2f0e86191eae3879fc422e2d
>>
>> --
>> -Austin
>
>
> the trouble with this patch is that it enables debug info whatever the
> default configuration is...
> A+
>
> --
> Eri
On 08/21/12 17:40, Alexandre Julliard wrote:
Piotr Caban writes:
Current timeout is too small for Microsoft Office 2010 in some cases.
I've checked that DdeConnect succeeds on windows when it needs to wait
for 10 minutes.
Are you sure that you want to remove the SMTO_ABORTIFHUNG flag? Does
Piotr Caban writes:
> Current timeout is too small for Microsoft Office 2010 in some cases.
> I've checked that DdeConnect succeeds on windows when it needs to wait
> for 10 minutes.
Are you sure that you want to remove the SMTO_ABORTIFHUNG flag? Does a
hung process really prevent all DDE conne
Lucas Zawacki writes:
> From: Lucas Fialho Zawacki
>
> In the form of "Disable Controllername"="driver"
>
> Examples:
>Disable "Usb Controller"="js" disable linux js driver
>Disable "OtherController"="event,js" disable linux js and event
> drivers
That's a fairly compl
On Tue, Aug 21, 2012 at 4:25 PM, GOUJON Alexandre wrote:
> I thought mounting the ISO should be the same thing than inserting the disc
> in the drive.
> But you seem to think that the current behaviour is the right one so in this
> case, simply ignore my patch.
>
>
Try using cdemu to load that I
On 08/21/2012 11:49 AM, Alexandre Julliard wrote:
Alexandre Goujon writes:
As part of their copy protection, some games use some ioctl's to check some
physical attributes.
Unfortunately, when using the loop device, some ioctl fail (like
IOCTL_SCSI_GET_ADDRESS).
A simple fix is to use /path/t
Marcus Meissner writes:
> Hi,
>
> Started with patch from Austin, brought up to a point
> where Adobe Lightroom 4.1 starts up.
>
> The synchronisation is probably not 100% correct and
> not sufficiently atomic.
Synchronization routines have to be 100% correct, half stubs are worse
than no implem
Alexandre Goujon writes:
> As part of their copy protection, some games use some ioctl's to check some
> physical attributes.
> Unfortunately, when using the loop device, some ioctl fail (like
> IOCTL_SCSI_GET_ADDRESS).
> A simple fix is to use /path/to/the/file.ISO instead of /dev/loopX.
Seve
13 matches
Mail list logo