diff options
| author | Bill Spitzak <spitzak@gmail.com> | 2000-02-23 09:23:53 +0000 |
|---|---|---|
| committer | Bill Spitzak <spitzak@gmail.com> | 2000-02-23 09:23:53 +0000 |
| commit | 42ebf79306f7840391bdcb2b363abcc09b591b0c (patch) | |
| tree | 9624a51958972727b1bce5d0396fd43540f49eca /FL | |
| parent | 5752429ca9d5fc8807cf713fc94d22a102a8c296 (diff) | |
New X function: fl_open_display(Display*) lets you run fltk on an
already-created X connection. This should help with interoperability
with Xt or other toolkits.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.0@1013 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'FL')
| -rw-r--r-- | FL/x.H | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -1,5 +1,5 @@ // -// "$Id: x.H,v 1.10.2.4 1999/10/16 19:58:20 bill Exp $" +// "$Id: x.H,v 1.10.2.5 2000/02/23 09:23:52 bill Exp $" // // X11 header file for the Fast Light Tool Kit (FLTK). // @@ -51,6 +51,7 @@ #include "Fl_Window.H" FL_EXPORT void fl_open_display(); +FL_EXPORT void fl_open_display(Display*); FL_EXPORT void fl_close_display(); // constant info about the X server connection: @@ -124,5 +125,5 @@ extern FL_EXPORT int fl_background_pixel; // hack into Fl_X::make_xid() #endif // -// End of "$Id: x.H,v 1.10.2.4 1999/10/16 19:58:20 bill Exp $". +// End of "$Id: x.H,v 1.10.2.5 2000/02/23 09:23:52 bill Exp $". // |
