mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 02:42:49 -04:00
oops
This commit is contained in:
parent
58c7debfa5
commit
28de7c48d8
@ -588,7 +588,6 @@ make_hidden_cursor() {
|
||||
|
||||
unsigned int x_size, y_size;
|
||||
XQueryBestCursor(_display, _root, 1, 1, &x_size, &y_size);
|
||||
cerr << "best size is " << x_size << " x " << y_size << "\n";
|
||||
|
||||
Pixmap empty = XCreatePixmap(_display, _root, x_size, y_size, 1);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user