summaryrefslogtreecommitdiff
path: root/src/buffer.hh
diff options
context:
space:
mode:
authorMaxime Coste <frrrwww@gmail.com>2011-09-08 14:30:36 +0000
committerMaxime Coste <frrrwww@gmail.com>2011-09-08 14:30:36 +0000
commit76b7c60afbe93f619d944293e2c0997473dde2af (patch)
treea0e58a9f499f9e07342b0e1641cc1b90ded92895 /src/buffer.hh
parent60e673acba9f5e06d5a7520465b446b701e78e99 (diff)
Buffer is now responsible for window creation
Diffstat (limited to 'src/buffer.hh')
-rw-r--r--src/buffer.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/buffer.hh b/src/buffer.hh
index 28a87fc4..67b374e1 100644
--- a/src/buffer.hh
+++ b/src/buffer.hh
@@ -100,7 +100,7 @@ public:
const BufferString& content() const { return m_content; }
- void register_window(Window* window);
+ Window* get_or_create_window();
void delete_window(Window* window);
private: