Correct usage of variable name under GTK2.
This commit is contained in:
parent
0a95b20860
commit
5c69098f63
1 changed files with 2 additions and 2 deletions
|
@ -53,8 +53,8 @@ namespace OpenTK.X11
|
|||
IntPtr windowXid = gdk_x11_window_get_xid(gdkWindowHandle);
|
||||
IntPtr rootWindowXid = gdk_x11_window_get_xid(gdkRootWindowHandle);
|
||||
#else
|
||||
IntPtr windowHandle = gdk_x11_drawable_get_xid(gdkWindowHandle);
|
||||
IntPtr rootWindow = gdk_x11_drawable_get_xid(gdkRootWindowHandle);
|
||||
IntPtr windowXid = gdk_x11_drawable_get_xid(gdkWindowHandle);
|
||||
IntPtr rootWindowXid = gdk_x11_drawable_get_xid(gdkRootWindowHandle);
|
||||
#endif
|
||||
|
||||
IntPtr visualInfo;
|
||||
|
|
Loading…
Reference in a new issue