diff options
Diffstat (limited to 'src/newt/native/X11Common.h')
-rw-r--r-- | src/newt/native/X11Common.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/newt/native/X11Common.h b/src/newt/native/X11Common.h index f570b7d39..c74599335 100644 --- a/src/newt/native/X11Common.h +++ b/src/newt/native/X11Common.h @@ -1,5 +1,5 @@ /** - * Copyright 2011 JogAmp Community. All rights reserved. + * Copyright 2011-2023 JogAmp Community. All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, are * permitted provided that the following conditions are met: @@ -83,6 +83,7 @@ typedef struct { #define XI_TOUCHCOORD_COUNT 10 typedef struct { + Window parentWindow; Window window; jobject jwindow; Atom * allAtoms; |