diff console/libgnt/gntwidget.h @ 14042:143474e2b1cb

[gaim-migrate @ 16648] Do not give focus to new windows. Instead, set the urgent-hint for them. committer: Tailor Script <tailor@pidgin.im>
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Sat, 05 Aug 2006 17:04:47 +0000
parents 7573bd40a190
children c65ed4f6eea8
line wrap: on
line diff
--- a/console/libgnt/gntwidget.h	Sat Aug 05 11:31:54 2006 +0000
+++ b/console/libgnt/gntwidget.h	Sat Aug 05 17:04:47 2006 +0000
@@ -40,6 +40,7 @@
 	GNT_WIDGET_GROW_X         = 1 << 8,
 	GNT_WIDGET_GROW_Y         = 1 << 9,
 	GNT_WIDGET_INVISIBLE      = 1 << 10,
+	GNT_WIDGET_TRANSIENT      = 1 << 11,
 } GntWidgetFlags;
 
 /* XXX: I'll have to ask grim what he's using this for in guifications. */