bug-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Patch for XGServerEvent for easy override


From: Yen-Ju Chen
Subject: Re: Patch for XGServerEvent for easy override
Date: Mon, 03 Nov 2003 15:27:14 -0500

Hi,

 Can someone review this patch and put it into CVS if it is approved ?
It is essential for StepBox and cost nothing comparing to the current implementation.

 Yen-Ju

From: "Yen-Ju Chen" <yjchenx@hotmail.com>
To: bug-gnustep@gnu.org
Subject: Patch for XGServerEvent for easy override
Date: Thu, 30 Oct 2003 15:32:12 -0500

Hi,

 This is a patch of XGServerEvent for easy override.
 It do nothing different, but just for easy override by others.

 Basically it split a method into two:

 - methodA {
   while() {
     doSomething.
   }
}

 becomes

 - methodA {
   while() {
     [self methodB];
   }
 }

 - methodB {
   doSomething;
 }

 The only drawback is that it call methodB a lot.
 But it comes from user input, which I think won't affect the speed.
 It is required by StepBox to use GNUstep facility,
 and may be used by other window manager if needed.

 Thanx a lot

 Yen-Ju

_________________________________________________________________
Cheer a special someone with a fun Halloween eCard from American Greetings! Go to http://www.msn.americangreetings.com/index_msn.pd?source=msne134
<< XGServerEvent.tar.gz >>
_______________________________________________
Bug-gnustep mailing list
Bug-gnustep@gnu.org
http://mail.gnu.org/mailman/listinfo/bug-gnustep

_________________________________________________________________
Surf and talk on the phone at the same time with broadband Internet access. Get high-speed for as low as $29.95/month (depending on the local service providers in your area). https://broadband.msn.com





reply via email to

[Prev in Thread] Current Thread [Next in Thread]