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