From: Lin X. <ris...@ho...> - 2003-03-01 21:03:40
|
What's wrong with inline void ShowCaption();? or inline void SetCaption(ShowCaption); and inline void SetCaption(HideCaption); where enum {ShowCaption,HideCaption}; Maybe I've missed something again.... >From: "Michael Kruglos" <mi...@za...> >Reply-To: lib...@li... >To: <lib...@li...> >Subject: RE: [Libgdn-discuss] I'm back >Date: Sat, 1 Mar 2003 09:38:44 +0200 > >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 > > > >------------------------------------------------------- >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 _________________________________________________________________ MSN 8 helps eliminate e-mail viruses. Get 2 months FREE*. http://join.msn.com/?page=features/virus |