src/java.desktop/unix/native/libawt/awt/awt_Mlib.c
branchihse-warnings-cflags-branch
changeset 56230 489867818774
parent 47216 71c04702a3d5
equal deleted inserted replaced
56229:0015bf3a82e0 56230:489867818774
   135         dlclose(handle);
   135         dlclose(handle);
   136     }
   136     }
   137     return ret;
   137     return ret;
   138 }
   138 }
   139 
   139 
   140 mlib_start_timer awt_setMlibStartTimer() {
   140 mlib_start_timer awt_setMlibStartTimer(void) {
   141     return start_timer;
   141     return start_timer;
   142 }
   142 }
   143 
   143 
   144 mlib_stop_timer awt_setMlibStopTimer() {
   144 mlib_stop_timer awt_setMlibStopTimer(void) {
   145     return stop_timer;
   145     return stop_timer;
   146 }
   146 }
   147 
   147 
   148 /***************************************************************************
   148 /***************************************************************************
   149  *                          Static Functions                               *
   149  *                          Static Functions                               *