Show
Ignore:
Timestamp:
06/07/08 03:35:15 (6 months ago)
Author:
krobillard
Message:

Added show, hide, and gui_setMouseFocus().
Quit & halt propogate up nested ur_eval() calls.
Thune-gl RPM builds again.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/thune/cmake_modules/FindThuneGL.cmake

    r518 r537  
    1 FIND_PATH(THUNEGL_INCLUDE_DIR thune-gl.h /usr/include /usr/local/include) 
     1FIND_PATH(THUNEGL_INCLUDE_DIR gx.h /usr/include/thune /usr/local/include/thune) 
    22 
    33FIND_LIBRARY(THUNEGL_LIBRARY NAMES thune-gl PATH /usr/lib64 /usr/local/lib64 /usr/lib /usr/local/lib)