MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <16486.4981.904042.292620 at soggy.deldotd.com> Date: Sat, 27 Mar 2004 15:51:17 -0800 To: lablgtk at kaba.or.jp Subject: index_logic_op or color_logic_op From: briand at aracnet.com I think I may have found by problem. It looks as though the only available choice for glEnable is logic_op which acually corresponds to the GL define LOGIC_OP which in turn is for the INDEX_LOGIC_OP. I however, am using RGB which uses COLOR_LOGIC_OP which does not appear to be a selection in lablgl-1.00. I'm going to attempt to fix this, so I'm sure I'll have more questions soon... Brian