comparison finch/libgnt/gntmain.c @ 18070:2b757aadddc9

add gnt_window_present
author Richard Nelson <wabz@pidgin.im>
date Fri, 08 Jun 2007 12:41:30 +0000
parents 08776fc5c06f
children 1bb3b07a6879 ac904659104f
comparison
equal deleted inserted replaced
18069:08776fc5c06f 18070:2b757aadddc9
482 482
483 /********************************* 483 /*********************************
484 * Stuff for 'window management' * 484 * Stuff for 'window management' *
485 *********************************/ 485 *********************************/
486 486
487 void gnt_window_present(GntWidget *window) {
488 gnt_wm_raise_window(wm, window);
489 }
490
487 void gnt_screen_occupy(GntWidget *widget) 491 void gnt_screen_occupy(GntWidget *widget)
488 { 492 {
489 gnt_wm_new_window(wm, widget); 493 gnt_wm_new_window(wm, widget);
490 } 494 }
491 495