diff options
| author | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2022-03-21 14:39:00 +0100 |
|---|---|---|
| committer | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2022-03-21 14:39:00 +0100 |
| commit | bf5b902180f0e5654f5802cf9ef588ecf57d20c6 (patch) | |
| tree | c6ca474a1c8f044eb7f3ba4199d2455781fafda9 /src/Fl_x.cxx | |
| parent | 49dae86edf4d1deb7f5e39f57f05a6656137ead1 (diff) | |
Rename member Fl_Graphics_Driver::p to xpoint to avoid shadowing.
Diffstat (limited to 'src/Fl_x.cxx')
| -rw-r--r-- | src/Fl_x.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Fl_x.cxx b/src/Fl_x.cxx index 56e316630..b2fd15d27 100644 --- a/src/Fl_x.cxx +++ b/src/Fl_x.cxx @@ -405,7 +405,6 @@ static void fl_new_ic() NULL); } else { fl_is_over_the_spot = 1; - XVaNestedList status_attr = NULL; status_attr = XVaCreateNestedList(0, XNAreaNeeded, &status_area, NULL); XGetICValues(fl_xim_ic, XNStatusAttributes, status_attr, NULL); |
