More TODOs...
This commit is contained in:
parent
5234586ead
commit
58fff53f61
|
@ -2,6 +2,8 @@
|
||||||
#include "../ui.h"
|
#include "../ui.h"
|
||||||
#include "uipriv.h"
|
#include "uipriv.h"
|
||||||
|
|
||||||
|
// TODO this doesn't handle the case where nLines == 0
|
||||||
|
// TODO this should never happen even if there are no characters??
|
||||||
// TODO figure out how to make this work on GTK+
|
// TODO figure out how to make this work on GTK+
|
||||||
void uiDrawCaret(uiDrawContext *c, double x, double y, uiDrawTextLayout *layout, size_t pos, int *line)
|
void uiDrawCaret(uiDrawContext *c, double x, double y, uiDrawTextLayout *layout, size_t pos, int *line)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue