mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-04-21 06:14:10 +00:00
Linux: Removed redundant global variables from Display.c
This commit is contained in:
parent
1ff7a0af4f
commit
3f128ca204
1 changed files with 0 additions and 4 deletions
|
|
@ -73,8 +73,6 @@ static GLXWindow glx_window = None;
|
|||
static Atom delete_atom;
|
||||
static Colormap cmap;
|
||||
static Window current_win;
|
||||
static int current_height;
|
||||
static int current_width;
|
||||
static int current_depth;
|
||||
|
||||
static Visual *current_visual;
|
||||
|
|
@ -376,8 +374,6 @@ static bool createWindow(JNIEnv* env, jint window_mode, X11PeerInfo *peer_info,
|
|||
int attribmask;
|
||||
|
||||
input_released = false;
|
||||
current_width = width;
|
||||
current_height = height;
|
||||
root_win = RootWindow(getDisplay(), getCurrentScreen());
|
||||
XVisualInfo *vis_info = getVisualInfoFromPeerInfo(env, peer_info);
|
||||
if (vis_info == NULL)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue