]> git.mdlowis.com Git - proto/labwc.git/commit
view.h: changed the type of tiled in struct view to enum view_edge
authorTomi Ollila <tomi.ollila@iki.fi>
Tue, 31 Oct 2023 20:12:12 +0000 (22:12 +0200)
committerJohan Malm <johanmalm@users.noreply.github.com>
Tue, 31 Oct 2023 21:58:20 +0000 (21:58 +0000)
commit7aa1dc1ca5105d115313fb76653f7e39333fd158
tree4d4bc1c2d0e842f9cb9f173e98b4d02d1118ee81
parenta62cd9fe51209843c654c83db46f89d8bb3f4903
view.h: changed the type of tiled in struct view to enum view_edge

The type enum view_edge used to be defined in a .c file, so a
structure member 'tiled' in struct view had to be defined to
use another type.

Later (2023-08-02, commit 1ee8715) the definition of enum view_edge
was moved to view.h, so now 'tiled' can be defined to use that type.
include/view.h