mirror of https://github.com/adamdruppe/arsd.git
Merge pull request #100 from WebFreak001/master
Fixed simpledisplay on 64 bit
This commit is contained in:
commit
95c4dfb17c
|
@ -11087,7 +11087,7 @@ mixin template ExperimentalTextComponent() {
|
||||||
struct Carat {
|
struct Carat {
|
||||||
TextLayout layout;
|
TextLayout layout;
|
||||||
InlineElement inlineElement;
|
InlineElement inlineElement;
|
||||||
int offset;
|
size_t offset;
|
||||||
}
|
}
|
||||||
|
|
||||||
enum TextFormat : ushort {
|
enum TextFormat : ushort {
|
||||||
|
|
Loading…
Reference in New Issue