diff options
| author | Manolo Gouy <Manolo> | 2016-04-13 06:23:02 +0000 |
|---|---|---|
| committer | Manolo Gouy <Manolo> | 2016-04-13 06:23:02 +0000 |
| commit | e840f496a9cc87ef55c6f0f21b318bc0e5edd6c7 (patch) | |
| tree | a235aee5c3210baac32ce226131e9438f724d2d1 /src/config_lib.h | |
| parent | 0a51aa91bb1786ae15cf3865c8fb1d0dda1707c2 (diff) | |
Fix typo in config_lib.h
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11593 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src/config_lib.h')
| -rw-r--r-- | src/config_lib.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config_lib.h b/src/config_lib.h index 5ae8a3ff7..465c1bfa6 100644 --- a/src/config_lib.h +++ b/src/config_lib.h @@ -63,7 +63,7 @@ #elif defined(FL_PORTING) # pragma message "FL_PORTING: please choose a window management library" #else // X11 -# define FL_CFG_GFX_X11 +# define FL_CFG_WIN_X11 #endif #endif |
