summaryrefslogtreecommitdiffstats
path: root/surf.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--surf.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/surf.c b/surf.c
index b739acd..139c25b 100644
--- a/surf.c
+++ b/surf.c
@@ -444,8 +444,10 @@ newclient(void) {
c->title = NULL;
c->next = clients;
clients = c;
- if(showxid)
+ if(showxid) {
printf("%u\n", (guint)GDK_WINDOW_XID(GTK_WIDGET(c->win)->window));
+ fflush(NULL);
+ }
return c;
}
=retro' width='13' height='13' alt='Gravatar' /> Andrew D. France 4-185/+0 2025-07-23make was improperly being called inside the container on a project that is mi...Gravatar Andrew D. France 2-5/+9 2025-07-23Attempt to patch CI pipeline: Dockerfile will now be selfcontained, and thus,...Gravatar Andrew D. France 2-32/+43 2025-07-23CRITICAL ISSUE: Deleting lib/ files has introduced the issue of actually auto...Gravatar Andrew D. France 1-38/+25 2025-07-23CRITICAL FOR TESTING: This copies the entire Jenkins workspace (including the...Gravatar Andrew D. France 2-9/+7