summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorGreg Ercolano <erco@seriss.com>2013-09-13 22:57:30 +0000
committerGreg Ercolano <erco@seriss.com>2013-09-13 22:57:30 +0000
commit4e6779bc49c2603a18b147d355524dccf6e01cb6 (patch)
treef2c9507572413013a988e39a7ea57bfdcb22db6c /CHANGES
parent3baf5e0d584039df7c1296cb899b96ba457d411e (diff)
Added code example for ossman's new add_clipboard_notify(),
and updated CHANGES. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@9976 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index e6b1de5c3..dc8783d0b 100644
--- a/CHANGES
+++ b/CHANGES
@@ -13,6 +13,10 @@ CHANGES IN FLTK 1.3.3
- Fixed various Mac specific opengl issues (STR #2944)
- Added new method Fl_Widget::top_window() (STR #2948)
- Added new method Fl_Widget::top_window_offset() (part of STR #2944)
+ - Added ability to get notifications whenever the clipboard changes (STR#2636)
+ New methods:
+ Fl::add_clipboard_notify(Fl_Clipboard_Notify_Handler h, void *data = 0)
+ Fl::remove_clipboard_notify(Fl_Clipboard_Notify_Handler h)
CHANGES IN FLTK 1.3.2