Skip to content

GDK/Win32: Rename instances of "window" as in the GTK+-3.x-era GdkWindow as appropriate

Chun-wei Fan requested to merge gdk-win32-rename into main

Hi,

As we are getting into refactoring the Win32 backend for this cycle, which will likely go in stages, this is the first, smaller part of it, that is to rename instances of "window" that represented GTK+-3.x-era GdkWindow as appropriate to:

  • "surface" as in GdkSurface.
  • "hwnd" as in native Window handles (i.e HWND)
  • ...and so on

So that things will be easier to read and maintain and become less confusing.,

With blessings, thank you!

Merge request reports

Loading