Skip to content
Snippets Groups Projects
Commit 65a94ef9 authored by slevy's avatar slevy
Browse files

Avoid Fl:: references if -DUSE_PLOT=0.

parent 058c29b0
No related branches found
No related tags found
No related merge requests found
......@@ -8,6 +8,9 @@
/*
* $Log$
* Revision 1.45 2002/05/06 19:44:34 slevy
* Avoid Fl:: references if -DUSE_PLOT=0.
*
* Revision 1.44 2002/04/17 20:47:58 slevy
* Add a not-quite-proprietary notice to all source files.
* Once we pick a license this might change, but
......@@ -1597,7 +1600,7 @@ int kira_picked( struct stuff *st, GLuint *hit, struct specklist *sl, int speckn
worldstuff *ww = (worldstuff *)dd->data;
int retain;
#if CAVE
#if CAVE || !USE_PLOT
retain = 1;
#else
retain = Fl::event_state(FL_CTRL);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment