summaryrefslogtreecommitdiff
path: root/tikzit/src/gtk/Surface.h
diff options
context:
space:
mode:
Diffstat (limited to 'tikzit/src/gtk/Surface.h')
-rw-r--r--tikzit/src/gtk/Surface.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/tikzit/src/gtk/Surface.h b/tikzit/src/gtk/Surface.h
index b6d8d2e..db4288e 100644
--- a/tikzit/src/gtk/Surface.h
+++ b/tikzit/src/gtk/Surface.h
@@ -99,6 +99,9 @@ typedef enum {
- (void) zoomResetAboutPoint:(NSPoint)p;
- (void) setCursor:(Cursor)c;
+
+- (BOOL) hasFocus;
+- (void) renderFocus;
@end
// vim:ft=objc:ts=8:et:sts=4:sw=4