mirror of https://github.com/adamdruppe/arsd.git
64 bit bug
This commit is contained in:
parent
5dc4bfc79f
commit
3dfcebeed6
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue