Re: ControlMask



Daniel <dsrogers@uclink4.berkeley.edu> writes:
> I am trying to get The GIMP running on BeOS and it is using a global 
> called ControlMask in four places.  I am unable to figured out where 
> in gtk this is defined.
> If someone could let me know where ControlMask is defined for use in 
> gtk programs, I would be very grateful.
> 

ControlMask is an Xlib constant, so here Gimp must be including 
Xlib.h and using X directly, bypassing the GDK portability layer.

The GDK equivalent is GDK_CONTROL_MASK.

Havoc




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