*** empty log message ***
authorClaus Gittinger <cg@exept.de>
Thu, 23 Dec 1999 20:10:56 +0100
changeset 3126 5447d8c1d8d6
parent 3125 564c78f78ed1
child 3127 451d7fddc3a6
*** empty log message ***
WinWorkstation.st
--- a/WinWorkstation.st	Thu Dec 23 20:08:07 1999 +0100
+++ b/WinWorkstation.st	Thu Dec 23 20:10:56 1999 +0100
@@ -1142,7 +1142,7 @@
 	    if (hDC == last_wm_paint_dc) {
 		last_wm_paint_dc = last_wm_paint_win = 0;
 # ifdef DEBUG_DC_REUSE
-		fprintf(stderr, "Oops - releasing bg_paint-dc\n");
+		fprintf(stderr, "WinWorkstation [info]: Oops - releasing bg_paint-dc\n");
 # endif
 	    }
 #endif
@@ -1193,7 +1193,7 @@
 # ifdef CACHE_LAST_WM_PAINT_DC /* DDD */
 	    if (last_wm_paint_dc == gcData->_hDC) {
 #  ifdef DEBUG_DC_REUSE
-		fprintf(stderr, "Oops wm_paint_dc reuse [%d]\n", __LINE__);
+		fprintf(stderr, "WinWorkstation [info]: Oops wm_paint_dc reuse [%d]\n", __LINE__);
 #  endif
 		last_wm_paint_dc = last_wm_paint_win = 0;
 	    }
@@ -1271,7 +1271,7 @@
 # ifdef CACHE_LAST_WM_PAINT_DC /* DDD */
     if (last_wm_paint_dc == hDC) {
 #  ifdef DEBUG_DC_REUSE
-	fprintf(stderr, "Oops wm_paint_dc reuse [%d]\n", __LINE__);
+	fprintf(stderr, "WinWorkstation [info]: Oops wm_paint_dc reuse [%d]\n", __LINE__);
 #  endif
 	last_wm_paint_dc = last_wm_paint_win = 0;
     }
@@ -1970,7 +1970,7 @@
 # ifdef CACHE_LAST_DC
 		if (lastGcData && (lastGcData->_hDC == last_wm_paint_dc)) {
 #  ifdef DEBUG_DC_REUSE
-		    fprintf(stderr, "Oops - release lastGcData [%d]\n", __LINE__);
+		    fprintf(stderr, "WinWorkstation [info]: Oops - release lastGcData [%d]\n", __LINE__);
 #  endif
 		    _releaseDC(lastGcData);
 		} else {
@@ -1991,11 +1991,11 @@
 #ifdef CACHE_LAST_DC
 	if (lastGcData && (lastGcData->_hDC == dc)) {
 # ifdef DEBUG_DC_REUSE
-	    fprintf(stderr, "Oops wm_paint_dc reuse [%d]\n", __LINE__);
+	    fprintf(stderr, "WinWorkstation [info]: Oops wm_paint_dc reuse [%d]\n", __LINE__);
 # endif
 	    if ((lastGcData->rop2 != R2_COPYPEN)
 	     || (lastGcData->bitbltrop2 != BITBLT_COPY)) {
-		fprintf(stderr, "Oops wm_paint_dc not in Copy mode\n");
+		fprintf(stderr, "WinWorkstation [info]: Oops wm_paint_dc not in Copy mode\n");
 	    }
 	    lastGcData = 0;
 	}
@@ -2150,7 +2150,7 @@
 # ifdef CACHE_LAST_DC
 			if (lastGcData && (lastGcData->_hDC == last_wm_paint_dc)) {
 #  ifdef DEBUG_DC_REUSE
-			    fprintf(stderr, "Oops - release lastGcData [%d]\n", __LINE__);
+			    fprintf(stderr, "WinWorkstation [info]: Oops - release lastGcData [%d]\n", __LINE__);
 #  endif
 			    _releaseDC(lastGcData);
 			} else {
@@ -2171,11 +2171,11 @@
 #ifdef CACHE_LAST_DC
 		if (lastGcData && (lastGcData->_hDC == dc)) {
 # ifdef DEBUG_DC_REUSE
-		    fprintf(stderr, "Oops wm_paint_dc reuse [%d]\n", __LINE__);
+		    fprintf(stderr, "WinWorkstation [info]: Oops wm_paint_dc reuse [%d]\n", __LINE__);
 # endif
 		    if ((lastGcData->rop2 != R2_COPYPEN)
 		     || (lastGcData->bitbltrop2 != BITBLT_COPY)) {
-			fprintf(stderr, "Oops wm_paint_dc not in Copy mode\n");
+			fprintf(stderr, "WinWorkstation [info]: Oops wm_paint_dc not in Copy mode\n");
 		    }
 		    lastGcData = 0;
 		}
@@ -6309,7 +6309,7 @@
 	struct gcData *gcData = _GCDATA(aGCId);
 
 	if (gcData == NULL) {
-	    fprintf(stderr, "oops - destroying GC twice\n");
+	    fprintf(stderr, "WinWorkstation [info]: oops - destroying GC twice\n");
 	    RETURN(self);
 	}
 
@@ -6838,7 +6838,7 @@
      * check if previous request has been properly processed ...
      */
     if (cwi.sequenceNr && (cwi.sequenceNr != INVALIDATED_CWI)) {
-	fprintf(stderr, "oops - unprocessed createWindow still pending\n");
+	fprintf(stderr, "WinWorkstation [info]: oops - unprocessed createWindow still pending\n");
 	/* this prevents the event processor from interpreting this message */
 	cwi.sequenceNr = nextSequenceNr;
     }
@@ -12391,14 +12391,14 @@
 #ifdef CACHE_LAST_DC
 	    if (lastGcData && (lastGcData->_hDC == wDC)) {
 # ifdef DEBUG_DC_REUSE
-		fprintf(stderr, "Oops - dont release - cachedDC reuse\n", __LINE__);
+		fprintf(stderr, "WinWorkstation [info]: Oops - dont release - cachedDC reuse\n", __LINE__);
 # endif
 	    } else
 #endif
 #ifdef CACHE_LAST_WM_PAINT_DC
 	    if (last_wm_paint_dc && (last_wm_paint_dc == wDC)) {
 # ifdef DEBUG_DC_REUSE
-		fprintf(stderr, "Oops - dont release - last_wm_paint_dc reuse\n", __LINE__);
+		fprintf(stderr, "WinWorkstation [info]: Oops - dont release - last_wm_paint_dc reuse\n", __LINE__);
 # endif
 	    } else
 #endif
@@ -12916,7 +12916,7 @@
 	    winExStyleBits = GetWindowLong(win, GWL_EXSTYLE);
 	    lI = GETLOCALWINDOWINFOPTR(win);
 	    if (! lI) {
-		fprintf(stderr, "oops - no localInfo in mapView\n");
+		fprintf(stderr, "WinWorkstation [info]: oops - no localInfo in mapView\n");
 		RETURN (self);
 	    }
 
@@ -13632,7 +13632,7 @@
 	    winExStyleBits = GetWindowLong(win, GWL_EXSTYLE);
 	    lI = GETLOCALWINDOWINFOPTR(win);
 	    if (! lI) {
-		fprintf(stderr, "oops - no localInfo in setMinMaxExt\n");
+		fprintf(stderr, "WinWorkstation [info]: oops - no localInfo in setMinMaxExt\n");
 		RETURN (self);
 	    }
 
@@ -13756,6 +13756,6 @@
 !WinWorkstation class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/WinWorkstation.st,v 1.174 1999-12-17 11:47:17 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/WinWorkstation.st,v 1.175 1999-12-23 19:10:56 cg Exp $'
 ! !
 WinWorkstation initialize!