64 bit bug

This commit is contained in:
Adam D. Ruppe 2015-12-21 09:40:35 -05:00
parent 5dc4bfc79f
commit 3dfcebeed6
1 changed files with 3 additions and 1 deletions

View File

@ -27,6 +27,8 @@
moving windows. resizing windows. moving windows. resizing windows.
hide cursor, capture cursor, change cursor.
REMEMBER: simpledisplay does NOT have to do everything! It just needs to make REMEMBER: simpledisplay does NOT have to do everything! It just needs to make
sure the pieces are there to do its job easily and make other jobs possible. sure the pieces are there to do its job easily and make other jobs possible.
*/ */
@ -4456,7 +4458,7 @@ version(X11) {
Pixmap buffer; Pixmap buffer;
XIC xic; // input context XIC xic; // input context
int curHidden = 0; // counter int curHidden = 0; // counter
int blankCurPtr = 0; Cursor blankCurPtr = 0;
void delegate(XEvent) setSelectionHandler; void delegate(XEvent) setSelectionHandler;
void delegate(in char[]) getSelectionHandler; void delegate(in char[]) getSelectionHandler;