Skip to content

single node GtkWindow

Timm Bäder requested to merge wip/baedert/single-node-window into master
  1. GtkDialog's css node is called "dialog" and not "window", therefore they have different styles - does that make sense? Previously they both had a "decoration" node.
  2. We have to add the GtkNative surface transform here and there. How do we best move even coordinates from surface to widgets coordinates and where?
  3. Other problems?
Edited by Timm Bäder

Merge request reports