Ignore:
Timestamp:
Oct 28, 2008 12:05:25 PM (16 years ago)
Author:
gah
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/packages/vizservers/nanovis/nanovis.h

    r1182 r1194  
    135135    static int win_width;       //size of the render window
    136136    static int win_height;      //size of the render window
    137  
     137    static int render_window;
    138138
     139    static bool debug_flag;
    139140    static bool lic_on;
    140141    static bool particle_on;
     
    159160    static void bmp_write_to_file(int frame_number, const char* directory_name);
    160161    static void display(void);
     162    static void idle(void);
    161163    static void update(void);
    162164    static void display_offscreen_buffer();
Note: See TracChangeset for help on using the changeset viewer.