Le 18/10/2012 22:27, Rico Schüller a écrit :
On 18.10.2012 21:05, Daniel Santos wrote:
On 10/16/2012 01:12 PM, Christian Costa wrote:
+/* Choose point inside the client area */
+point.x = rect.right / 2 - 50;
+point.y = rect.bottom / 2 - 50;
+ret = ScreenToClient(wnd, &point);
+
On 18.10.2012 21:05, Daniel Santos wrote:
On 10/16/2012 01:12 PM, Christian Costa wrote:
+/* Choose point inside the client area */
+point.x = rect.right / 2 - 50;
+point.y = rect.bottom / 2 - 50;
+ret = ScreenToClient(wnd, &point);
+ok(ret, "ScreenToClient failed with %#x\n"
Le 18/10/2012 21:05, Daniel Santos a écrit :
On 10/16/2012 01:12 PM, Christian Costa wrote:
+/* Choose point inside the client area */
+point.x = rect.right / 2 - 50;
+point.y = rect.bottom / 2 - 50;
+ret = ScreenToClient(wnd, &point);
+ok(ret, "ScreenToClient failed with %#x
On Thu, Oct 18, 2012 at 1:05 PM, Daniel Jelinski wrote:
> Thanks for all of your answers.
> Playing with wine in 11.10 is becoming near impossible because of the
> infamous xcb bug. I'd rather not mess with files outside /home, so I
> guess I'll be checking how well x86+PAE works.
The XCB bug sho
Thanks for all of your answers.
Playing with wine in 11.10 is becoming near impossible because of the
infamous xcb bug. I'd rather not mess with files outside /home, so I
guess I'll be checking how well x86+PAE works.
--
Daniel
On 10/16/2012 01:12 PM, Christian Costa wrote:
> +/* Choose point inside the client area */
> +point.x = rect.right / 2 - 50;
> +point.y = rect.bottom / 2 - 50;
> +ret = ScreenToClient(wnd, &point);
> +ok(ret, "ScreenToClient failed with %#x\n", GetLastError());
> +ret = Map
Hello,
On Fri, Oct 19, 2012 at 2:11 AM, Qian Hong wrote:
> Including Arabic, Chinese, English, Dutch, Japanese, Russian
>
Forgot to say, we have no Korean system in our testbot vms, so I
tested this patch locally with Korean Windows 8 preview.
--
Regards,
Qian Hong
-
Sent from Ubuntu
http://
The post:
http://www.linuxforums.org/forum/coffee-lounge/192526-survey-about-gaming-linux.html
The results containing one item about using Wine:
https://docs.google.com/spreadsheet/viewanalytics?formkey=dEI5dEx1SGw5TEJMWi1RUnBUX09LSGc6MQ
S.
Hi André,
On 10/18/12 00:14, André Hentschel wrote:
> CID 735258
>
> ---
> dlls/jscript/regexp.c |4 +++-
> 1 files changed, 3 insertions(+), 1 deletions(-)
>
> diff --git a/dlls/jscript/regexp.c b/dlls/jscript/regexp.c
> index bdff445..71474c7 100644
> --- a/dlls/jscript/regexp.c
> +++ b/dll
On Oct 18, 2012, at 9:58 AM, Francois Gouget wrote:
> Even if you actually have other sizes in addition to 64x64 I think the
> upscaling option would actually work pretty well. So it may make sense
> to change the code to scale up to 128x128 unless there's already a
> 128x128 icon.
... or larg
On Wed, 17 Oct 2012, Aric Stewart wrote:
[...]
> The issue I am working on resolving here is that many older windows
> programs only provide a 64x64 icon. With the old code, because there
> is no 64x64 slot in icns files, these applications where loosing there
> icons.
If the Mac behaves sensib
On Thu, Oct 18, 2012 at 2:55 AM, Gediminas Jakutis wrote:
> ...
> The situation must be different on 12.04, because I am looking at that
> link list and see libs from many packages that I know won't co-install
> on 12.10 (at least for me).
The non-dev package _should_ be able to coinstall, the -d
Hi,
While running your changed tests on Windows, I think I found new failures.
Being a bot and all I'm not very good at pattern recognition, so I might be
wrong, but could you please double-check?
Full results can be found at
http://testbot.winehq.org/JobDetails.pl?Key=22306
Your paranoid android
On 10/17/12 19:20, Daniel Lehman wrote:
How about something like the attached?
Looks good for me. I would add base class destruction in _Locimp_dtor
(locale::facet class). It's an empty function, but it's probably good to
call it anyway, so if something changes in future it will be less likely
On Thu, Oct 18, 2012 at 5:25 AM, Erich E. Hoover
wrote:
> I just upgraded to 12.04, until they fix the "32-bit headers problem"
> you'll have to manually create the symbolic links for the "-dev"
> package behavior:
>
> cd /usr/lib/i386-linux-gnu
> sudo ln -s libfreetype.so.6 libfreetype.so
>
15 matches
Mail list logo