swc

Unnamed repository; edit this file 'description' to name the repository.
git clone git://git.nihaljere.xyz/swc
Log | Files | Refs | README | LICENSE

commit 75b8e95ab939dbc2b4adf83ca8b07d8bb668b6ce
parent 94a8b91561916801a5364390363ce96fab50e460
Author: Michael Forney <mforney@mforney.org>
Date:   Sat,  8 Feb 2014 15:01:13 -0800

example/wm: Don't need to initialize shm (done by swc now)

Diffstat:
Mexample/wm.c | 3---
1 file changed, 0 insertions(+), 3 deletions(-)

diff --git a/example/wm.c b/example/wm.c @@ -283,9 +283,6 @@ int main(int argc, char * argv[]) if (wl_display_add_socket(display, NULL) != 0) return EXIT_FAILURE; - if (wl_display_init_shm(display) != 0) - return EXIT_FAILURE; - if (!swc_initialize(display, NULL, &manager)) return EXIT_FAILURE;