---- On Sun, 01 Jan 2012 04:06:06 -0700 Joerg Mayer wrote ----
>As it looks like we will soon have a second "full blown" ui (tshark isn't
>interactive, so I don't count this), how about
>- reorganizing the filesystem into something like:
> ui/ <- common ui stuff if it exists
> ui/gtk/
> ui/text/ <- tshark and other text utils
> ui/qt/
>- once the qt stuff has settled in, maybe decide on a API so there won't
> be an arbitraty number of files that need protecting
I broke out most (all?) of the win32 specific GUI code from gtk/ and put it in win32/ a while back. This would be a good candidate for the ui/ directory as well.