mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
23a020f385
From 718909dd4d8c1b1ffb2e8ea72cc7d75c281e0773 Mon Sep 17 00:00:00 2001 --HG-- extra : rebase_source : 01bc243a06d5470b559c8c892425d7918b5a7de3
8 lines
125 B
Java
8 lines
125 B
Java
package org.mozilla.gecko;
|
|
|
|
public class SurfaceInfo {
|
|
public int format;
|
|
public int width;
|
|
public int height;
|
|
}
|