mirror of
https://github.com/gnustep/libs-back.git
synced 2025-04-22 15:31:14 +00:00
Fix compilation error in headless backend
This commit is contained in:
parent
4ed9301961
commit
9fb73782e0
1 changed files with 0 additions and 5 deletions
|
@ -114,11 +114,6 @@ typedef struct _gswindow_device_t {
|
|||
void *gdriver; /* gdriver ident. Managed by gdriver */
|
||||
int gdriverProtocol; /* Managed by gdriver */
|
||||
BOOL ignore_take_focus;
|
||||
#ifdef HAVE_X11_EXTENSIONS_SYNC_H
|
||||
uint32_t net_wm_sync_request_counter_value_low;
|
||||
uint32_t net_wm_sync_request_counter_value_high;
|
||||
XSyncCounter net_wm_sync_request_counter;
|
||||
#endif
|
||||
} gswindow_device_t;
|
||||
|
||||
#define GET_XDRAWABLE(win) ((win)->buffer ? (win)->buffer: (win)->ident)
|
||||
|
|
Loading…
Reference in a new issue