Minor linux fix

This commit is contained in:
Elias Naur 2003-03-31 10:56:41 +00:00
parent 97bc650a22
commit 267b868db7
1 changed files with 1 additions and 0 deletions

View File

@ -103,6 +103,7 @@ static void handleMessages(JNIEnv *env, jobject window_obj) {
break;
case UnmapNotify:
env->SetBooleanField(window_obj, env->GetFieldID(env->GetObjectClass(window_obj), "minimized", "Z"), JNI_TRUE);
break;
case Expose:
env->SetBooleanField(window_obj, env->GetFieldID(env->GetObjectClass(window_obj), "dirty", "Z"), JNI_TRUE);
break;