Performer and the GlxMDraw widget?

New Message Reply Date view Thread view Subject view Author view

Tim Moore (moore++at++ced.utah.edu)
Sat, 9 Apr 94 20:19:36 -0600


I'm trying to use Performer inside the GlxMDraw Motif widget. I'm
almost there, but not quite. Performer doesn't seem to be
double-buffering reliably. Sometimes there's that annoying flicker,
sometimes not. I'm using this glxConfig array:

static GLXconfig glxConfig [] = {
  {GLX_NORMAL, GLX_DOUBLE, TRUE},
  {GLX_NORMAL, GLX_RGB, TRUE},
  {GLX_NORMAL, GLX_ZSIZE, 0},
  {GLX_NORMAL, GLX_BUFSIZE, 48},
  {GLX_NORMAL, GLX_MSSAMPLE, 4},
  {GLX_NORMAL, GLX_MSZSIZE, 32},
  {GLX_NORMAL, GLX_MSSSIZE, 1},
  {0, 0, 0}
};

At runtime Performer prints these error message, but it isn't fatal:

ERROR #4 gconfig: not legal for mixed model: ERR_BADWINDOW
ERROR #4 gconfig: not legal for mixed model: ERR_BADWINDOW

Am I doing something wrong, or is this doomed to failure?

Tim


New Message Reply Date view Thread view Subject view Author view

This archive was generated by hypermail 2.0b2 on Mon Aug 10 1998 - 17:50:14 PDT

This message has been cleansed for anti-spam protection. Replace '++at++' in any mail addresses with the '@' symbol.