Skip to content
Snippets Groups Projects
Commit 96ac6ffe authored by Rene Brun's avatar Rene Brun
Browse files

From Valeriy Onuchin

- make TGWin32Proxy::SetFillColor batched
- set batch limit to 100 in TGWin32ProxyBase


git-svn-id: http://root.cern.ch/svn/root/trunk@7073 27541ba8-7e3a-0410-8455-c3a389f83636
parent 1afa773e
Branches
Tags
No related merge requests found
// @(#)root/win32gdk:$Name: $:$Id:$
// @(#)root/win32gdk:$Name: $:$Id: TGWin32Proxy.cxx,v 1.2 2003/08/06 21:24:25 rdm Exp $
// Author: Valeriy Onuchin 08/08/2003
/*************************************************************************
......@@ -51,7 +51,7 @@ VOID_METHOD_ARG1(TGWin32,ResetAttLine,Option_t*,option,1)
VOID_METHOD_ARG1(TGWin32,ResetAttText,Option_t*,option,1)
VOID_METHOD_ARG1(TGWin32,SelectWindow,Int_t,wid,0)
VOID_METHOD_ARG1(TGWin32,SetClipOFF,Int_t,wid,1)
VOID_METHOD_ARG1(TGWin32,SetFillColor,Color_t,cindex,1)
VOID_METHOD_ARG1(TGWin32,SetFillColor,Color_t,cindex,0)
VOID_METHOD_ARG1(TGWin32,SetFillStyle,Style_t,style,1)
VOID_METHOD_ARG1(TGWin32,SetLineColor,Color_t,cindex,0)
VOID_METHOD_ARG1(TGWin32,SetLineStyle,Style_t,linestyle,0)
......
// @(#)root/win32gdk:$Name: $:$Id:$
// @(#)root/win32gdk:$Name: $:$Id: TGWin32ProxyBase.cxx,v 1.2 2003/08/06 21:24:25 rdm Exp $
// Author: Valeriy Onuchin 08/08/2003
/*************************************************************************
......@@ -77,7 +77,7 @@ TGWin32ProxyBase::TGWin32ProxyBase()
fCallBack = 0;
fParam = 0;
fListOfCallBacks = new TList();
fBatchLimit = 20;
fBatchLimit = 100;
fId = ::GetCurrentThreadId();
fPimpl = new TGWin32ProxyBasePrivate();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment