Re: [gtk-list] Re: gdk private problems



The following code is in gdk.c and other files in several functions.

 GdkWindowPrivate *private = (GdkWindowPrivate *)arg;
  
I am having better luck compiling with gcc, but it would be helpful to
rename these variables in future releases. (There are also some local
variables named "class" in the gtk directory).

--
Bryan

On Tue, 17 Mar 1998, Joel Dillon wrote:

> > 
> > (If there are variables named private in the public _header_ files,
> > that should be fixed. But that usage in the source code should
> > not be a problem)
> 
>   Surely it's just happening because a struct in C++ is a class whose
> members default to private?
> 
> 	Jo





[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]