src/gldraw.h

changeset 447
b2bd8fb41781
parent 440
ce2009d50c61
child 455
c5d14d112034
--- a/src/gldraw.h	Sat Aug 17 00:02:17 2013 +0300
+++ b/src/gldraw.h	Sat Aug 17 00:47:24 2013 +0300
@@ -154,6 +154,7 @@
 	void           updateRectVerts();
 	void           pick (uint mouseX, uint mouseY);                        // Perform object selection
 	void           setObjectColor (LDObject* obj, const ListType list);    // Set the color to an object list
+	QColor         getTextPen() const;                                     // Determine which color to draw text with
 	
 private slots:
 	void           slot_toolTipTimer();

mercurial