mirror of
https://github.com/RTimothyEdwards/magic.git
synced 2026-08-22 14:17:43 +02:00
gcc11 -Wall -Wpedantic cleanup (post TCL9)
This commit is contained in:
+1
-1
@@ -54,7 +54,7 @@ windPrintWindow(w)
|
||||
LinkedRect *lr;
|
||||
|
||||
TxPrintf("\nWindow %d: '%s'\n", w->w_wid, w->w_caption);
|
||||
TxPrintf(" Client %lx Surface %lx \n", w->w_client, w->w_surfaceID);
|
||||
TxPrintf(" Client %lx Surface %lx \n", w->w_client, CD2INT(w->w_surfaceID));
|
||||
|
||||
TxPrintf(" All area (%d, %d) (%d, %d)\n",
|
||||
w->w_allArea.r_xbot, w->w_allArea.r_ybot,
|
||||
|
||||
Reference in New Issue
Block a user