mirror of
https://github.com/gnustep/libs-back.git
synced 2025-06-01 17:52:33 +00:00
Comments removed
This commit is contained in:
parent
360cb8ed95
commit
cbceef4abe
1 changed files with 1 additions and 2 deletions
|
@ -38,7 +38,6 @@
|
||||||
#include <linux/input.h>
|
#include <linux/input.h>
|
||||||
#include "wayland-cursor.h"
|
#include "wayland-cursor.h"
|
||||||
|
|
||||||
// Added extern declaration to resolve implicit function declaration error
|
|
||||||
extern void wl_cursor_destroy(struct wl_cursor *cursor);
|
extern void wl_cursor_destroy(struct wl_cursor *cursor);
|
||||||
|
|
||||||
// XXX should this be configurable by the user?
|
// XXX should this be configurable by the user?
|
||||||
|
@ -799,7 +798,7 @@ WaylandServer (Cursor)
|
||||||
{
|
{
|
||||||
// the cursor should be deallocated
|
// the cursor should be deallocated
|
||||||
struct cursor * c = cid;
|
struct cursor * c = cid;
|
||||||
wl_cursor_destroy(c->cursor); // Ensure wl_cursor_destroy is declared and defined
|
wl_cursor_destroy(c->cursor);
|
||||||
wl_buffer_destroy(c->buffer);
|
wl_buffer_destroy(c->buffer);
|
||||||
free(cid);
|
free(cid);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue