File: test-layer-surface-not-created.c

package info (click to toggle)
gtk4-layer-shell 1.3.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 852 kB
  • sloc: ansic: 5,701; python: 421; xml: 417; makefile: 10
file content (15 lines) | stat: -rw-r--r-- 301 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#include "integration-test-common.h"

static GtkWindow *window;

static void callback_0() {
    UNEXPECT_MESSAGE(.get_layer_surface zwlr_layer_shell_v1);

    window = create_default_window();
    gtk_layer_init_for_window(window);
    gtk_window_present(window);
}

TEST_CALLBACKS(
    callback_0,
)