diff options
author | Jacek Antonelli | 2008-08-15 23:45:01 -0500 |
---|---|---|
committer | Jacek Antonelli | 2008-08-15 23:45:01 -0500 |
commit | 28d8d4e7664bcd6c8369cc18832e42096af7cad2 (patch) | |
tree | 069020fe66339aff2ca4176370ff743b14713f2d /linden/indra/newview/viewer.h | |
parent | Second Life viewer sources 1.17.2.0 (diff) | |
download | meta-impy-28d8d4e7664bcd6c8369cc18832e42096af7cad2.zip meta-impy-28d8d4e7664bcd6c8369cc18832e42096af7cad2.tar.gz meta-impy-28d8d4e7664bcd6c8369cc18832e42096af7cad2.tar.bz2 meta-impy-28d8d4e7664bcd6c8369cc18832e42096af7cad2.tar.xz |
Second Life viewer sources 1.17.3.0
Diffstat (limited to 'linden/indra/newview/viewer.h')
-rw-r--r-- | linden/indra/newview/viewer.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/linden/indra/newview/viewer.h b/linden/indra/newview/viewer.h index 22edc73..74ca366 100644 --- a/linden/indra/newview/viewer.h +++ b/linden/indra/newview/viewer.h | |||
@@ -286,6 +286,9 @@ BOOL raycast_for_new_obj_pos( S32 x, S32 y, LLViewerObject** hit_obj, S32* hit_f | |||
286 | // Saves the final snapshot, but only once. | 286 | // Saves the final snapshot, but only once. |
287 | void save_final_snapshot(void*); | 287 | void save_final_snapshot(void*); |
288 | 288 | ||
289 | // Call when user is requesting application to quit, ask for confirmation. | ||
290 | void app_user_quit(); | ||
291 | |||
289 | // Call when user is requesting application to quit. | 292 | // Call when user is requesting application to quit. |
290 | void app_request_quit(); | 293 | void app_request_quit(); |
291 | 294 | ||