10 строки
179 B
C++
10 строки
179 B
C++
#include <X11/Xlib.h>
|
|
#include "GSLDevice.h"
|
|
#include <stdio.h>
|
|
|
|
void CALGSLDevice::closeNativeDisplayHandle()
|
|
{
|
|
//do nothing native handle should be close by lower layers
|
|
}
|
|
|