diff options
| author | Manolo Gouy <Manolo> | 2011-01-20 13:22:30 +0000 |
|---|---|---|
| committer | Manolo Gouy <Manolo> | 2011-01-20 13:22:30 +0000 |
| commit | a306fe46d39e5c54f90f288846da7b9a0e762cb5 (patch) | |
| tree | 5173a649518e6048e3dbe40f5d3d512f02670a83 /src/Fl_x.cxx | |
| parent | 30c1eed80b89dcf9ec17d2adbad2b867df57adf8 (diff) | |
Redefined fl_xid() as an inline function when used inside the FLTK library.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@8295 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src/Fl_x.cxx')
| -rw-r--r-- | src/Fl_x.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Fl_x.cxx b/src/Fl_x.cxx index 47c93619b..81e1bcf0c 100644 --- a/src/Fl_x.cxx +++ b/src/Fl_x.cxx @@ -1880,7 +1880,7 @@ void Fl_Window::make_current() { #endif } -Window fl_xid(const Fl_Window* w) +Window fl_xid_(const Fl_Window* w) { return Fl_X::i(w)->xid; } |
