Skip to content

Commit

Permalink
无论窗口是啥时候显示,都拿不到宽度高度
Browse files Browse the repository at this point in the history
  • Loading branch information
lindexi committed Oct 15, 2024
1 parent 29654b5 commit d95298a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion X11/CaijawhejiJoballbarwi/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@
}
}

// 先获取触摸再显示窗口
// 先获取触摸再显示窗口,依然拿不到触摸宽度高度
XMapWindow(display, handle);
XFlush(display);

Expand Down

0 comments on commit d95298a

Please sign in to comment.