Update TODO in jaggl.c

pull/48/head
Graham 5 years ago
parent 003b7ecfef
commit d2460c68ba
  1. 5
      gl-natives/src/main/c/jaggl.c

@ -1057,9 +1057,8 @@ JNIEXPORT jboolean JNICALL Java_jaggl_context_choosePixelFormat1(JNIEnv *env, jc
platformInfo.layer = jaggl_layer;
/*
* XXX(gpe): Not sure, but this might only work if the Canvas fills the
* entire Frame. I'm not investigating further as this is good enough
* for the client.
* TODO(gpe): this doesn't work in resizable mode, where the Canvas
* only fills part of the Frame.
*/
jaggl_layer.frame = frame;
[jaggl_layer setNeedsDisplay];

Loading…
Cancel
Save