More TODOs...

This commit is contained in:
Pietro Gagliardi 2017-02-24 21:18:15 -05:00
parent 5234586ead
commit 58fff53f61
1 changed files with 2 additions and 0 deletions

View File

@ -2,6 +2,8 @@
#include "../ui.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+
void uiDrawCaret(uiDrawContext *c, double x, double y, uiDrawTextLayout *layout, size_t pos, int *line)
{