From: Michael K. <mi...@za...> - 2003-03-01 07:40:10
|
Well, Those are just methods to set the caption of the window (for windowing mode) or reset it (for fullscreen). There's problem in displaybase.h in /libGDN/application/. It contains windows specific stuff and is not in win32 subdirectory, and is used (#included) by other files inside /application/. Need to fix that. ------------------- libGDN - by Developers..for Developers http://libgdn.sourceforge.net/ -----Original Message----- From: lib...@li... [mailto:lib...@li...] On Behalf Of Lin Xu Sent: Saturday, March 01, 2003 8:02 AM To: lib...@li... Subject: [Libgdn-discuss] I'm back Looking through the code: quibbles: libgdn/libGDN/application/Win32/displaydevice.h: what's with the inline void SetCaption(GDN::Util::Int2Type<true>) { Info->SetCaption(GDN::Util::Int2Type<true>()); } inline void SetCaption(GDN::Util::Int2Type<false>) { Info->SetCaption(GDN::Util::Int2Type<false>()); } ? _________________________________________________________________ Protect your PC - get McAfee.com VirusScan Online http://clinic.mcafee.com/clinic/ibuy/campaign.asp?cid=3963 ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ Libgdn-discuss mailing list Lib...@li... https://lists.sourceforge.net/lists/listinfo/libgdn-discuss |