]> git.tuebingen.mpg.de Git - paraslash.git/commit - gui.c
gui: Rename struct win_data to gui_window.
authorAndre Noll <maan@systemlinux.org>
Mon, 6 Jan 2014 03:33:03 +0000 (03:33 +0000)
committerAndre Noll <maan@systemlinux.org>
Sun, 4 May 2014 12:04:04 +0000 (14:04 +0200)
commit61a22ff7302998a8ed75a168a2c8147b39508b95
treeca128dfb7bc7e8be877be8c2cf2293b79c40efe7
parenteb8ac00d795be355154f237d7e29f8ecf9999846
gui: Rename struct win_data to gui_window.

We will pass around pointers to these structures eventually, so let's
choose a better name.
gui.c