From d2460c68ba2c9d09dd30b6c7aa095e682132f5e6 Mon Sep 17 00:00:00 2001 From: Graham Date: Mon, 26 Aug 2019 14:21:16 +0100 Subject: [PATCH] Update TODO in jaggl.c --- gl-natives/src/main/c/jaggl.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/gl-natives/src/main/c/jaggl.c b/gl-natives/src/main/c/jaggl.c index 8dfc9a0b..55dc7c62 100644 --- a/gl-natives/src/main/c/jaggl.c +++ b/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];