/[gzz]/gzz/gzz/modules/pp/Win.java
ViewVC logotype

Diff of /gzz/gzz/modules/pp/Win.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.49 by benja, Wed Sep 4 22:15:39 2002 UTC revision 1.50 by benja, Wed Sep 25 10:56:54 2002 UTC
# Line 172  public static final String rcsid = "$Id$ Line 172  public static final String rcsid = "$Id$
172                  throws RemoteException {                  throws RemoteException {
173          this.updateSpaceRun = updateSpaceRun;          this.updateSpaceRun = updateSpaceRun;
174          AbstractUpdateManager.addWindow(new Screen(          AbstractUpdateManager.addWindow(new Screen(
175                 GraphicsAPI.getInstance().createWindow(),                 GraphicsAPI.getInstance().createWindow(this),
176                                     this,                                     this,
177                                     this                                     this
178                                     ));                                     ));
# Line 248  public static final String rcsid = "$Id$ Line 248  public static final String rcsid = "$Id$
248      }      }
249    
250      // public void hardcodedMouse(MouseEvent me, VobScene vs, Cell wc)      // public void hardcodedMouse(MouseEvent me, VobScene vs, Cell wc)
251      public void mouse(MouseEvent me) {      public void mouse(MouseEvent me, Object window) {
252      try {      try {
253          p("PP client mouse "+me);          p("PP client mouse "+me);
254                    
# Line 337  public static final String rcsid = "$Id$ Line 337  public static final String rcsid = "$Id$
337          return n;          return n;
338      }      }
339    
340      public void keystroke(String key) {      public void keystroke(String key, Object window) {
341      try {      try {
342          Cell c = cursor;          Cell c = cursor;
343                    

Legend:
Removed from v.1.49  
changed lines
  Added in v.1.50

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26